Skip to content

Commit

Permalink
fix alpine/ CGO_ENABLED=0 in master workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spacentropy committed Jun 16, 2020
1 parent a9900dc commit b20b354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fi
- name: Build
run: go build -v .
run: GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -v .

# - name: Calc coverage and test
# run: |
Expand Down

0 comments on commit b20b354

Please sign in to comment.