Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d3a4edc67d |
@@ -5,8 +5,8 @@ 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 /workspace/rpms /apps/
|
- mkdir -p /woodpecker/rpms /apps/
|
||||||
- ln -s /workspace/rpms /apps/dist
|
- ln -s /woodpecker/rpms /apps/dist
|
||||||
- dnf install buildah -y
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el8 --buildah
|
- ./tools/build build-all --distro almalinux/el8 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
@@ -17,4 +17,4 @@ steps:
|
|||||||
- 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/rpms -type f -name "*.rpm"
|
- find /woodpecker/rpms -type f -name "*.rpm"
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ 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 /workspace/rpms /apps/
|
- mkdir -p /woodpecker/rpms /apps/
|
||||||
- ln -s /workspace/rpms /apps/dist
|
- ln -s /woodpecker/rpms /apps/dist
|
||||||
- dnf install buildah -y
|
- dnf install buildah -y
|
||||||
- ./tools/build build-all --distro almalinux/el9 --buildah
|
- ./tools/build build-all --distro almalinux/el9 --buildah
|
||||||
privileged: true
|
privileged: true
|
||||||
@@ -17,4 +17,4 @@ steps:
|
|||||||
- name: show rpms
|
- name: show rpms
|
||||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||||
commands:
|
commands:
|
||||||
- find /workspace/rpms -type f -name "*.rpm"
|
- find /woodpecker/rpms -type f -name "*.rpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user