Skip to content

Commit 24adcf4

Browse files
committed
build for alpine
1 parent e0a00ce commit 24adcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check-latest: true
2626
- run: go version
2727
- name: Build-Golang-App
28-
run: GOOS=linux go build web.go
28+
run: GOOS=linux CGO_ENABLED=0 go build web.go
2929
- name: Display-Build-Golang-App
3030
run: ls -l web
3131

0 commit comments

Comments
 (0)