We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078fca2 commit 235234aCopy full SHA for 235234a
Makefile
@@ -40,7 +40,7 @@ linux: dist/chamber-$(VERSION)-linux-amd64
40
dist/chamber-$(VERSION)-linux-amd64: | dist/
41
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath $(LDFLAGS) -o $@
42
43
-dist/chamber-$(VERSION)-linux-amd64: | dist/
+dist/chamber-$(VERSION)-linux-arm64: | dist/
44
GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath $(LDFLAGS) -o $@
45
46
dist/chamber-$(VERSION)-windows-amd64.exe: | dist/
0 commit comments