Skip to content

Commit

Permalink
Added build-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
abourget committed May 5, 2017
1 parent 5510b17 commit 54f6ad1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -v -o secrets-bridge-linux-amd64
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -v -o secrets-bridge-windows-amd64.exe
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -v -o secrets-bridge-darwin-amd64

0 comments on commit 54f6ad1

Please sign in to comment.