Skip to content

Commit

Permalink
change go build params
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-frantchi authored Jan 27, 2020
1 parent 4767bbe commit 28e59d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build project
run: |
mkdir out
go build -o ./out/terratag/terratag
CGO_ENABLED=0 go build -a -installsuffix cgo -o ./out/terratag/terratag
- name: Create Release
id: create_release
Expand Down

0 comments on commit 28e59d2

Please sign in to comment.