Skip to content

Commit

Permalink
Include a build for darwin/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
kashav committed Oct 17, 2022
1 parent 1a63b4a commit 08cb0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ build-all: $(SRCS) VERSION
-ldflags "${LDFLAGS}" \
-os="darwin freebsd netbsd openbsd linux solaris windows" \
-arch="386 amd64 arm arm64" \
-osarch="!darwin/386 !darwin/arm !darwin/arm64" \
-osarch="!darwin/386 !darwin/arm" \
-output="$(DIST_DIR)/$(NAME)-{{.OS}}-{{.Arch}}/{{.Dir}}" $(MAIN)

.PHONY: dist
Expand Down

0 comments on commit 08cb0ab

Please sign in to comment.