Skip to content

Commit

Permalink
Disable cgo for build as well
Browse files Browse the repository at this point in the history
Matches Dockerfile
  • Loading branch information
eest committed May 8, 2024
1 parent b2fd75b commit cfd99b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Test
run: go test -race ./...
- name: Build
run: go build
run: CGO_ENABLED=0 go build

0 comments on commit cfd99b3

Please sign in to comment.