Skip to content

Commit

Permalink
dist: add linux/arm64 and linux/ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Dec 3, 2020
1 parent f5b1566 commit 88b642a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,6 @@ install: all
.PHONY: dist
dist:
@command -v gox >/dev/null || (echo "Could not generate dist because gox is missing. Run: go get -u github.com/mitchellh/gox"; false)
CGO_ENABLED=0 gox -osarch "linux/arm64" -osarch "linux/ppc64" -output "$(DISTDIR)/direnv.{{.OS}}-{{.Arch}}"
CGO_ENABLED=0 gox -output "$(DISTDIR)/direnv.{{.OS}}-{{.Arch}}"

0 comments on commit 88b642a

Please sign in to comment.