Skip to content

Commit

Permalink
Merge pull request #88 from lucymhdavies/apple-silicon
Browse files Browse the repository at this point in the history
Support for Apple Silicon
  • Loading branch information
impl authored Jan 5, 2024
2 parents 741585d + 8910791 commit ed4005c
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 @@ -17,7 +17,7 @@ export ZIP_M ?= zip -m

export GOFLAGS ?=

PLUGIN_DIST_TARGETS ?= $(addprefix dist-bin-,darwin-amd64 windows-amd64 windows-386 linux-amd64 linux-386 linux-arm64 linux-arm freebsd-amd64 freebsd-386 freebsd-arm netbsd-amd64 netbsd-386 openbsd-amd64 openbsd-386 solaris-amd64)
PLUGIN_DIST_TARGETS ?= $(addprefix dist-bin-,darwin-amd64 darwin-arm64 windows-amd64 windows-386 linux-amd64 linux-386 linux-arm64 linux-arm freebsd-amd64 freebsd-386 freebsd-arm netbsd-amd64 netbsd-386 openbsd-amd64 openbsd-386 solaris-amd64)

#
#
Expand Down

0 comments on commit ed4005c

Please sign in to comment.