fix: compile for linux/amd64

This commit is contained in:
Henrique Dias 2019-05-20 21:44:21 +01:00
parent abed362dc5
commit a036a25e1d

View File

@ -34,7 +34,7 @@ jobs:
at: '~/project'
- run:
name: "Compile"
command: ./wizard.sh -c
command: GOOS=linux GOARCH=amd64 ./wizard.sh -c
- run:
name: "Cleanup"
command: |