⚙️ A GitHub Action for building Debian packages
Find a file
2022-11-07 15:20:13 -07:00
.github
node_modules node_modules: upgrade 2022-10-27 10:26:28 +02:00
action.yml action: bump to node16 2022-10-27 10:27:49 +02:00
LICENSE
main.js if "apt-get -t ${imageTag}" fails, try just "apt-get" 2022-11-07 15:20:13 -07:00
package-lock.json node_modules: upgrade 2022-10-27 10:26:28 +02:00
package.json node_modules: upgrade 2022-10-27 10:26:28 +02: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