Compare commits

..

1 Commits

Author SHA1 Message Date
eecccce017 feat: add multi-release build jobs
All checks were successful
Build / build-8 (pull_request) Successful in 1m1s
Build / build-9 (pull_request) Successful in 3m35s
- update build/deploy to be multiple jobs
2024-12-21 00:04:08 +11:00
2 changed files with 4 additions and 2 deletions

View File

@ -29,10 +29,11 @@ jobs:
with:
name: rpms
path: /workspace/unkin/rpmbuilder/dist/*/*.rpm
build-9:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
image: git.query.consul/unkin/almalinux9-runnerdnd:latest
options: --privileged
steps:

View File

@ -35,10 +35,11 @@ jobs:
for rpm in $(find /workspace -type f -name "*.rpm"); do
curl --user droneci:${{ secrets.DRONECI_PASSWORD }} --upload-file $rpm https://git.query.consul/api/packages/unkin/rpm/almalinux/el8/upload
done
deploy-9:
runs-on: almalinux-8
container:
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
image: git.query.consul/unkin/almalinux9-runnerdnd:latest
options: --privileged
steps: