rpmbuilder/rpms/incus/scripts/build-packages.sh
Ben Vincent 7348bdd69e
All checks were successful
Build / build-9 (pull_request) Successful in 18m54s
Build / build-8 (pull_request) Successful in 19m0s
feat: add incus
- manage the build of incus, incus-tools and incus-client
2025-03-29 18:24:21 +11:00

5 lines
288 B
Bash
Executable File

#!/usr/bin/bash
nfpm pkg --config /app/resources/nfpm_incus.yaml --target /app/dist --packager rpm && \
nfpm pkg --config /app/resources/nfpm_incus-client.yaml --target /app/dist --packager rpm && \
nfpm pkg --config /app/resources/nfpm_incus-tools.yaml --target /app/dist --packager rpm