Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1657c74b52 |
@@ -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 /woodpecker/rpms
|
- mkdir -p /woodpecker/rpms /apps/
|
||||||
- ln -s /woodpecker/rpms /workspace/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
|
||||||
|
|||||||
@@ -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 /woodpecker/rpms
|
- mkdir -p /woodpecker/rpms /apps/
|
||||||
- ln -s /woodpecker/rpms /workspace/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
|
||||||
|
|||||||
Reference in New Issue
Block a user