Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Commit

Permalink
Make more alpine friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Wilner committed May 8, 2018
1 parent b913945 commit b81a856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ test:

dist:
mkdir dist
GOOS=darwin GOARCH=amd64 go build -o dist/secretly-darwin-amd64
GOOS=linux GOARCH=amd64 go build -o dist/secretly-linux-amd64
GOOS=darwin GOARCH=amd64 CGO_ENABLED=0 go build -o dist/secretly-darwin-amd64
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o dist/secretly-linux-amd64

0 comments on commit b81a856

Please sign in to comment.