[gha] update deb build action

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1795/head
R4SAS 1 year ago
parent e3fbc246f4
commit f33b0cad2e
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -7,22 +7,18 @@ jobs:
name: ${{ matrix.dist }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
dist: ['buster', 'bullseye', 'bookworm']
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
#- name: change debian changelog
# run: |
# sudo apt-get update
# sudo apt-get install devscripts
# debchange -v "`git describe --tags`-${{ matrix.dist }}" -b -M --distribution ${{ matrix.dist }} "trunk build"
- uses: jtdor/build-deb-action@v1
with:
docker-image: debian:${{ matrix.dist }}-slim
buildpackage-opts: --build=binary --no-sign
before-build-hook: debchange --controlmaint --local="+$(git describe --tags)" "CI build"
before-build-hook: debchange -v "$(git describe --tags)-${{ matrix.dist }}" -b -M --distribution ${{ matrix.dist }} "CI build"
extra-build-deps: devscripts
- uses: actions/upload-artifact@v3
with:

Loading…
Cancel
Save