Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f30bef0a3f |
@@ -5,11 +5,12 @@ steps:
|
||||
- name: build rpms
|
||||
image: git.unkin.net/unkin/almalinux8-rpmbuilder:latest
|
||||
commands:
|
||||
- ./tools/build build-all --distro almalinux/el8
|
||||
- mkdir -p /app/dist
|
||||
- ./tools/build build-all --distro almalinux/el8 --native
|
||||
backend_options:
|
||||
kubernetes:
|
||||
serviceAccountName: default
|
||||
- name: show rpms
|
||||
image: git.unkin.net/unkin/almalinux8-base:latest
|
||||
commands:
|
||||
- find /workspace -type f -name "*.rpm"
|
||||
- find /app/dist -type f -name "*.rpm"
|
||||
|
||||
@@ -5,11 +5,12 @@ steps:
|
||||
- name: build rpms
|
||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||
commands:
|
||||
- mkdir -p /app/dist/
|
||||
- ./tools/build build-all --distro almalinux/el9 --native
|
||||
backend_options:
|
||||
kubernetes:
|
||||
serviceAccountName: default
|
||||
- name: show rpms
|
||||
image: git.unkin.net/unkin/almalinux8-base:latest
|
||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||
commands:
|
||||
- find /workspace -type f -name "*.rpm"
|
||||
- find /app/dist -type f -name "*.rpm"
|
||||
|
||||
Reference in New Issue
Block a user