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