⚙️ A GitHub Action for building Debian packages
Find a file
dependabot[bot] ccc13d96dd
build(deps): bump follow-redirects from 1.14.3 to 1.14.8 (#43)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.3...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-27 09:01:02 +02:00
.github workflows: swap arches 2021-07-10 00:27:18 +02:00
node_modules node_modules: update 2020-11-12 16:37:43 +01:00
action.yml action: specify example arches 2021-07-10 00:45:29 +02:00
LICENSE init 2020-03-25 23:13:26 +01:00
main.js replace missing qemu 5.2 with 6.2 (#58) 2022-10-27 09:00:28 +02:00
package-lock.json build(deps): bump follow-redirects from 1.14.3 to 1.14.8 (#43) 2022-10-27 09:01:02 +02:00
package.json build(deps): bump @actions/exec from 1.0.4 to 1.1.1 (#45) 2022-10-27 09:00:53 +02:00
post.js add post script 2020-12-09 23:07:13 +01:00
README.md README: mention arch 2021-07-10 00:12:59 +02:00

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