Skip to content

Commit ec439e8

Browse files
committed
attempt cgo and explicit os/arch
1 parent 597e3ac commit ec439e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828

2929
- name: Build Staging
3030
run: go build -ldflags="-w -s"
31+
env:
32+
CGO_ENABLED: "0"
33+
GOOS: linux
34+
GOARCH: amd64
3135

3236
- name: Publish
3337
uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)