Skip to content

Commit

Permalink
add arm64 build target
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Jun 26, 2023
1 parent bfb2dd3 commit 88898cb
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 @@ -13,7 +13,7 @@ GO := go
src = $(wildcard *.go) go.mod go.sum

native: bin-native
all: bin-linux-amd64 bin-linux-386 bin-linux-arm \
all: bin-linux-amd64 bin-linux-386 bin-linux-arm bin-linux-arm64 \
bin-freebsd-amd64 bin-freebsd-386 bin-freebsd-arm bin-freebsd-arm64 \
bin-netbsd-amd64 bin-netbsd-386 bin-netbsd-arm bin-netbsd-arm64 \
bin-openbsd-amd64 bin-openbsd-386 bin-openbsd-arm bin-openbsd-arm64 \
Expand Down

0 comments on commit 88898cb

Please sign in to comment.