Compare commits
3 Commits
master
..
f487365f96
| Author | SHA1 | Date | |
|---|---|---|---|
| f487365f96 | |||
| 651a38392e | |||
| 91771c2c4a |
@@ -11,9 +11,9 @@ builds:
|
||||
release: 1
|
||||
repository:
|
||||
- almalinux/el8
|
||||
version: 2.1.156
|
||||
version: 2.1.126
|
||||
- image: git.unkin.net/unkin/almalinux9-rpmbuilder:latest
|
||||
release: 1
|
||||
repository:
|
||||
- almalinux/el9
|
||||
version: 2.1.156
|
||||
version: 2.1.126
|
||||
|
||||
@@ -6,7 +6,7 @@ set -e
|
||||
dnf install -y unzip
|
||||
|
||||
# Download and extract vault
|
||||
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
|
||||
curl -L -o /app/vault.zip https://releases.hashicorp.com/vault/${PACKAGE_VERSION}/vault_${PACKAGE_VERSION}_linux_amd64.zip
|
||||
unzip vault.zip
|
||||
|
||||
# Process the nfpm.yaml template with environment variables
|
||||
|
||||
Reference in New Issue
Block a user