Skip to content

Commit 61138ad

Browse files
committed
Build cross platform image for arm64
1 parent eebd293 commit 61138ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ build: $(BUILD_DIR)
4343

4444
.PHONY: build-linux
4545
build-linux: $(BUILD_DIR)
46-
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GO) build $(GOFLAGS) -o $(BUILD_DIR)/$(BINARY_NAME)-linux .
46+
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(GO) build $(GOFLAGS) -o $(BUILD_DIR)/$(BINARY_NAME)-linux .
4747

4848
.PHONY: fmt
4949
fmt: go-fmt update-licenses

0 commit comments

Comments
 (0)