This commit is contained in:
2025-08-25 21:57:40 +02:00
parent 204b636727
commit 65f3e923c1

View File

@@ -194,7 +194,8 @@ build-pios12:
only: only:
- tags - tags
tags: tags:
- pios12 - docker-generic
image: pios-package-builder-bookworm:v1
script: script:
- tar -czf ../pcapmirror_$VERSION.orig.tar.gz --exclude=debian . - tar -czf ../pcapmirror_$VERSION.orig.tar.gz --exclude=debian .
- apt-get update && apt-get install -y libpcap-dev - apt-get update && apt-get install -y libpcap-dev
@@ -228,7 +229,8 @@ build-pios12-64:
only: only:
- tags - tags
tags: tags:
- pios12-64 - docker-generic
image: pios-package-builder-bookworm:64-v1
script: script:
- tar -czf ../pcapmirror_$VERSION.orig.tar.gz --exclude=debian . - tar -czf ../pcapmirror_$VERSION.orig.tar.gz --exclude=debian .
- apt-get update && apt-get install -y libpcap-dev - apt-get update && apt-get install -y libpcap-dev