Skip to content

Commit

Permalink
make target arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Dec 9, 2020
1 parent 028d29f commit dccebaa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ out/gopogh-linux-amd64: embed-static $(SOURCE_FILES) go.mod
out/gopogh-linux-arm: embed-static $(SOURCE_FILES) go.mod
CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -ldflags="$(LDFLAGS)" -a -o $@ github.com/medyagh/gopogh/cmd/gopogh

out/gopogh-linux-arm64: embed-static $(SOURCE_FILES) go.mod
CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -ldflags="$(LDFLAGS)" -a -o $@ github.com/medyagh/gopogh/cmd/gopogh


out/gopogh.exe: embed-static $(SOURCE_FILES) go.mod
CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -ldflags="$(LDFLAGS)" -a -o $@ github.com/medyagh/gopogh/cmd/gopogh

Expand Down

0 comments on commit dccebaa

Please sign in to comment.