fix: compile for linux/amd64
parent
abed362dc5
commit
a036a25e1d
|
@ -34,7 +34,7 @@ jobs:
|
||||||
at: '~/project'
|
at: '~/project'
|
||||||
- run:
|
- run:
|
||||||
name: "Compile"
|
name: "Compile"
|
||||||
command: ./wizard.sh -c
|
command: GOOS=linux GOARCH=amd64 ./wizard.sh -c
|
||||||
- run:
|
- run:
|
||||||
name: "Cleanup"
|
name: "Cleanup"
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue