Skip to content

Commit 235234a

Browse files
committed
arm64 yo
1 parent 078fca2 commit 235234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ linux: dist/chamber-$(VERSION)-linux-amd64
4040
dist/chamber-$(VERSION)-linux-amd64: | dist/
4141
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath $(LDFLAGS) -o $@
4242

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

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

0 commit comments

Comments
 (0)