Skip to content

Commit 25d9f7b

Browse files
authored
Revert "Makefile: correctly annotate container image designated platform"
1 parent 8b3976c commit 25d9f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $(OUT_DIR)/$(BIN)-%:
4545
build: $(OUT_DIR)/$(BIN)
4646

4747
container: $(OUT_DIR)/$(BIN)-$(GOOS)-$(GOARCH) Dockerfile
48-
docker build --platform $(GOARCH) --build-arg BINARY=$(BIN)-$(GOOS)-$(GOARCH) -t $(DOCKER_REPO):$(VERSION)-$(GOARCH) .
48+
docker build --build-arg BINARY=$(BIN)-$(GOOS)-$(GOARCH) -t $(DOCKER_REPO):$(VERSION)-$(GOARCH) .
4949
ifeq ($(GOARCH), amd64)
5050
docker tag $(DOCKER_REPO):$(VERSION)-$(GOARCH) $(DOCKER_REPO):$(VERSION)
5151
endif

0 commit comments

Comments
 (0)