Skip to content

Commit

Permalink
disable cgo on master build
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 1, 2022
1 parent 3aa0f23 commit 0f7b198
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 @@ -60,6 +60,6 @@ jobs:
- name: Build and push latest docker image
if: success() && github.ref == 'refs/heads/master'
run: |
go build .
CGO_ENABLED=0 go build .
docker build . -t minetestmapserver/mapserver:latest
docker push minetestmapserver/mapserver:latest

0 comments on commit 0f7b198

Please sign in to comment.