mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
add netcgo tag for darwin builds (#13728)
This commit is contained in:
parent
4a69e1500a
commit
77e6d08ff6
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -207,6 +207,7 @@ jobs:
|
||||
env:
|
||||
GOOS: ${{ matrix.goos }}
|
||||
GOARCH: ${{ matrix.goarch }}
|
||||
GO_TAGS: "${{ env.GO_TAGS }} netcgo"
|
||||
CGO_ENABLED: 0
|
||||
run: |
|
||||
mkdir dist out
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user