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 4a69e1500a
commit 77e6d08ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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