There was an error while loading. Please reload this page.
1 parent eebd293 commit 61138adCopy full SHA for 61138ad
1 file changed
Makefile
@@ -43,7 +43,7 @@ build: $(BUILD_DIR)
43
44
.PHONY: build-linux
45
build-linux: $(BUILD_DIR)
46
- CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GO) build $(GOFLAGS) -o $(BUILD_DIR)/$(BINARY_NAME)-linux .
+ CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(GO) build $(GOFLAGS) -o $(BUILD_DIR)/$(BINARY_NAME)-linux .
47
48
.PHONY: fmt
49
fmt: go-fmt update-licenses
0 commit comments