Skip to content

Commit

Permalink
arm64 yo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryz committed Jun 4, 2021
1 parent 078fca2 commit 235234a
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 @@ -40,7 +40,7 @@ linux: dist/chamber-$(VERSION)-linux-amd64
dist/chamber-$(VERSION)-linux-amd64: | dist/
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath $(LDFLAGS) -o $@

dist/chamber-$(VERSION)-linux-amd64: | dist/
dist/chamber-$(VERSION)-linux-arm64: | dist/
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath $(LDFLAGS) -o $@

dist/chamber-$(VERSION)-windows-amd64.exe: | dist/
Expand Down

0 comments on commit 235234a

Please sign in to comment.