ennorehling / action-debian-package

:gear: A GitHub Action for building Debian packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:gear: A GitHub Action for building Debian packages

License:MIT License


Languages

Language:JavaScript 100.0%