Skip to content

Commit

Permalink
disable CGO to make the binary universal
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Dementiev committed Oct 29, 2020
1 parent ad8e51f commit 17b3380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# .goreleaser.yml
builds:
- binary: ecs-tool
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
Expand Down

0 comments on commit 17b3380

Please sign in to comment.