Skip to content

Commit 0873cba

Browse files
authored
Merge pull request #57 from databendcloud/fix/ci-enbalecgo
fix: release ci
2 parents 52a32ed + d77054a commit 0873cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
TARGETS: [ linux/amd64, darwin/amd64, windows/amd64, linux/arm64, darwin/arm64 ]
1818
env:
19-
GO_BUILD_ENV: GO111MODULE=on CGO_ENABLED=1
19+
GO_BUILD_ENV: GO111MODULE=on CGO_ENABLED=0
2020
DIST_DIRS: find * -type d -exec
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)