Compare commits
3 Commits
f487365f96
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 5086091807 | |||
| cf1b3b9a3d | |||
| 8a3a585f8c |
@@ -11,9 +11,9 @@ builds:
|
|||||||
release: 1
|
release: 1
|
||||||
repository:
|
repository:
|
||||||
- almalinux/el8
|
- almalinux/el8
|
||||||
version: 2.1.126
|
version: 2.1.156
|
||||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||||
release: 1
|
release: 1
|
||||||
repository:
|
repository:
|
||||||
- almalinux/el9
|
- almalinux/el9
|
||||||
version: 2.1.126
|
version: 2.1.156
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ set -e
|
|||||||
dnf install -y unzip
|
dnf install -y unzip
|
||||||
|
|
||||||
# Download and extract vault
|
# Download and extract vault
|
||||||
curl -L -o /app/vault.zip https://releases.hashicorp.com/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
|
curl -L -o /app/vault.zip https://artifactapi.k8s.syd1.au.unkin.net/api/v1/remote/hashicorp-releases/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
|
||||||
unzip vault.zip
|
unzip vault.zip
|
||||||
|
|
||||||
# Process the nfpm.yaml template with environment variables
|
# Process the nfpm.yaml template with environment variables
|
||||||
|
|||||||
Reference in New Issue
Block a user