Testing auto package build
This commit is contained in:
parent
0c6a77e3d2
commit
3f2c903a2c
1 changed files with 19 additions and 0 deletions
19
.github/workflows/debpkg.yaml
vendored
Normal file
19
.github/workflows/debpkg.yaml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-debs:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: jtdor/build-deb-action@v1
|
||||||
|
env:
|
||||||
|
DEB_BUILD_OPTIONS: noautodbgsym
|
||||||
|
with:
|
||||||
|
buildpackage-opts: --build=binary --no-sign
|
||||||
|
host-arch: arm64
|
||||||
|
- uses: jtdor/build-deb-action@v1
|
||||||
|
env:
|
||||||
|
DEB_BUILD_OPTIONS: noautodbgsym
|
||||||
|
with:
|
||||||
|
buildpackage-opts: --build=binary --no-sign
|
||||||
|
host-arch: amd64
|
||||||
Loading…
Add table
Add a link
Reference in a new issue