Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e747781be7 |
@@ -5,14 +5,16 @@ steps:
|
||||
- name: build rpms
|
||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||
commands:
|
||||
- mkdir -p /app/dist
|
||||
- mkdir -p /workspace/rpms /apps/
|
||||
- ln -s /workspace/rpms /apps/dist
|
||||
- dnf install buildah -y
|
||||
- ./tools/build build-all --distro almalinux/el8 --buildah
|
||||
privileged: true
|
||||
backend_options:
|
||||
kubernetes:
|
||||
serviceAccountName: default
|
||||
|
||||
- name: show rpms
|
||||
image: git.unkin.net/unkin/almalinux8-base:latest
|
||||
commands:
|
||||
- find /app/dist -type f -name "*.rpm"
|
||||
- find /workspace/rpms -type f -name "*.rpm"
|
||||
|
||||
@@ -5,14 +5,16 @@ steps:
|
||||
- name: build rpms
|
||||
image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||
commands:
|
||||
- mkdir -p /app/dist/
|
||||
- mkdir -p /workspace/rpms /apps/
|
||||
- ln -s /workspace/rpms /apps/dist
|
||||
- dnf install buildah -y
|
||||
- ./tools/build build-all --distro almalinux/el9 --buildah
|
||||
privileged: true
|
||||
backend_options:
|
||||
kubernetes:
|
||||
serviceAccountName: default
|
||||
|
||||
- name: show rpms
|
||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||
commands:
|
||||
- find /app/dist -type f -name "*.rpm"
|
||||
- find /workspace/rpms -type f -name "*.rpm"
|
||||
|
||||
Reference in New Issue
Block a user