Skip to content

Commit 049bbe1

Browse files
committed
fix(release): set cgo to 0 for ARM64 and AMD64 builds in release workflow
1 parent ef61f18 commit 049bbe1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,12 @@ jobs:
130130
goos: linux
131131
goarch: amd64
132132
artifact: occtx-linux-x86_64
133+
cgo: 0
133134
- os: ubuntu-latest
134135
goos: linux
135136
goarch: arm64
136137
artifact: occtx-linux-aarch64
138+
cgo: 0
137139
- os: windows-latest
138140
goos: windows
139141
goarch: amd64

0 commit comments

Comments
 (0)