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 26ff6f9 commit e68a882Copy full SHA for e68a882
.circleci/config.yml
@@ -37,9 +37,9 @@ jobs:
37
working_directory: cmd/ssl-game-controller
38
command: |
39
go get -v github.com/gobuffalo/packr
40
- GOOS=linux GOARCH=amd64 /go/bin/packr build -o ../../release/linux/ssl-game-controller
41
- GOOS=windows GOARCH=amd64 /go/bin/packr build -o ../../release/windows/ssl-game-controller.exe
42
- GOOS=darwin GOARCH=amd64 /go/bin/packr build -o ../../release/darwin/ssl-game-controller
+ GOOS=linux GOARCH=amd64 packr build -o ../../release/linux/ssl-game-controller
+ GOOS=windows GOARCH=amd64 packr build -o ../../release/windows/ssl-game-controller.exe
+ GOOS=darwin GOARCH=amd64 packr build -o ../../release/darwin/ssl-game-controller
43
44
deploy:
45
docker:
0 commit comments