Skip to content

Commit 32a0adf

Browse files
fix: GLIBC_2.32 and GLIBC_2.34 not found
1 parent a00812f commit 32a0adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gbc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: '1.20.5'
2525

2626
- name: Build
27-
run: go build -o bin/gbc main.go
27+
run: CGO_ENABLED=0 go build -o bin/gbc main.go
2828

2929
- name: Automatic Releases
3030
uses: marvinpinto/action-automatic-releases@v1.2.1

0 commit comments

Comments
 (0)