Only skip darwin (for now)
All checks were successful
Test / tests (darwin-amd64) (push) Successful in 18s
Run Gosec / tests (push) Successful in 1m10s
Test / tests (linux-amd64) (push) Successful in 1m28s
Test / tests (linux-arm64) (push) Successful in 10m9s

This commit is contained in:
2025-09-09 11:57:09 +02:00
parent 7a3e8e93cf
commit 8fb8b1693a

View File

@@ -24,7 +24,7 @@ jobs:
go-version-file: 'go.mod'
- name: Setup Hashicorp Vault
if: matrix.arch =~ '^linux-'
if: matrix.arch != 'darwin-amd64'
run: |
wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(grep -oP '(?<=UBUNTU_CODENAME=).*' /etc/os-release || lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list