We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5246065 commit 360eb59Copy full SHA for 360eb59
.github/workflows/release.yml
@@ -31,7 +31,6 @@ jobs:
31
GO_BUILD_OPTIONS: "-a -installsuffix cgo"
32
GO_BUILD_LDFLAGS: "-s -w"
33
GOARCH: amd64
34
- CGO_ENABLED: 0
35
TAG_NAME: ${{ github.event.release.tag_name }}
36
run: |
37
export BUILD_DATE=$(date "+%Y-%m-%d")
@@ -56,7 +55,6 @@ jobs:
56
55
57
export GOOS=darwin
58
export NAME=github-${GOOS}-${GOARCH}
59
- export CGO_ENABLED=1
60
printf "Building ${NAME}...\n"
61
go build ${GO_BUILD_OPTIONS} -ldflags "${GO_BUILD_LDFLAGS}" -o release/${NAME}
62
shasum -a 256 release/${NAME} > "release/${NAME}.sha256"
0 commit comments