⚙️ A GitHub Action for building Debian packages
Find a file
Jan Wagner 3cb593669d Update dropbear to 2022.83-1~bpo11+1
Debian stretch is not available via mirrors anymore
2024-01-04 20:43:47 +01:00
.github Update dropbear to 2022.83-1~bpo11+1 2024-01-04 20:43:47 +01:00
node_modules
action.yml
LICENSE
main.js main: use tar for upstream orig archive generation 2023-03-06 09:32:00 +01:00
package-lock.json build(deps): bump @actions/core from 1.10.0 to 1.10.1 2023-09-12 04:24:43 +00:00
package.json build(deps): bump @actions/core from 1.10.0 to 1.10.1 2023-09-12 04:24:43 +00:00
post.js
README.md

Build Debian package Github Action

An action that builds a Debian package from source in a Docker container.

Usage

- name: Build Debian package
  uses: dawidd6/action-debian-package@v1
  with:
    # Optional, relative to workspace directory
    source_directory: lolcat
    # Optional, relative to workspace directory
    artifacts_directory: output
    # Optional, value from `debian/changelog` is used if not defined
    os_distribution: bionic
    # Optional, target architecture, defaults to amd64
    cpu_architecture: arm64