mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
add netcgo tag for darwin builds (#13728)
This commit is contained in:
parent
4a69e1500a
commit
77e6d08ff6
1 changed files with 1 additions and 0 deletions
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…
Reference in a new issue