We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d1b84 commit 75dd353Copy full SHA for 75dd353
.circleci/config.yml
@@ -33,6 +33,7 @@ jobs:
33
- run:
34
working_directory: cmd/ssl-game-controller
35
command: |
36
+ go get -v github.com/gobuffalo/packr/packr
37
GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-game-controller_linux_amd64
38
GOOS=darwin GOARCH=amd64 packr build -o ../../release/ssl-game-controller_darwin_amd64
39
GOOS=windows GOARCH=amd64 packr build -o ../../release/ssl-game-controller_windows_amd64.exe
0 commit comments