Compare commits

..

1 Commits

Author SHA1 Message Date
bab3f1f194 feat: add multi-release build jobs
All checks were successful
Build / build-9 (pull_request) Successful in 1m5s
Build / build-8 (pull_request) Successful in 1m37s
- update build/deploy to be multiple jobs
2024-12-20 23:57:10 +11:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -35,11 +35,10 @@ 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/almalinux9-runnerdnd:latest
image: git.query.consul/unkin/almalinux8-runnerdnd:latest
options: --privileged
steps: