mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-09 11:27:53 +00:00
[gha] update deb build action
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
e3fbc246f4
commit
f33b0cad2e
8
.github/workflows/build-deb.yml
vendored
8
.github/workflows/build-deb.yml
vendored
@ -7,22 +7,18 @@ jobs:
|
|||||||
name: ${{ matrix.dist }}
|
name: ${{ matrix.dist }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
dist: ['buster', 'bullseye', 'bookworm']
|
dist: ['buster', 'bullseye', 'bookworm']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
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
|
- uses: jtdor/build-deb-action@v1
|
||||||
with:
|
with:
|
||||||
docker-image: debian:${{ matrix.dist }}-slim
|
docker-image: debian:${{ matrix.dist }}-slim
|
||||||
buildpackage-opts: --build=binary --no-sign
|
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
|
extra-build-deps: devscripts
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user