Skip to content

Commit

Permalink
Add deb-builder workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Held <leonardo.held@toradex.com>
  • Loading branch information
leonheldattoradex authored and charles2910 committed Feb 5, 2024
1 parent 81cfa73 commit 88e2306
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deb-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build Debian Package

on: push

jobs:
build-debs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: leonheldattoradex/build-deb-action@v1.7.1
env:
DEB_BUILD_OPTIONS: noautodbgsym
with:
buildpackage-opts: --build=binary --no-sign
host-arch: amd64
apt-opts: --install-recommends
extra-build-deps: ca-certificates
docker-image: ubuntu:20.04

0 comments on commit 88e2306

Please sign in to comment.