Skip to content

Commit

Permalink
Build for darwin/arm64. Resolves direnv#738
Browse files Browse the repository at this point in the history
  • Loading branch information
wingrunr21 authored and zimbatm committed Mar 12, 2021
1 parent 61c7d92 commit 92f833f
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 @@ -164,6 +164,7 @@ 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 -output "$(DISTDIR)/direnv.{{.OS}}-{{.Arch}}" \
-osarch darwin/amd64 \
-osarch darwin/arm64 \
-osarch freebsd/386 \
-osarch freebsd/amd64 \
-osarch freebsd/arm \
Expand Down

0 comments on commit 92f833f

Please sign in to comment.