add netcgo tag for darwin builds (#13728)
This commit is contained in:
parent
fb4b85d921
commit
ab9a91bec9
|
@ -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 New Issue