add netcgo tag for darwin builds (#13728)

This commit is contained in:
modrake 2022-01-20 11:23:37 -08:00 committed by GitHub
parent fb4b85d921
commit ab9a91bec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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