We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3976c commit 25d9f7bCopy full SHA for 25d9f7b
Makefile
@@ -45,7 +45,7 @@ $(OUT_DIR)/$(BIN)-%:
45
build: $(OUT_DIR)/$(BIN)
46
47
container: $(OUT_DIR)/$(BIN)-$(GOOS)-$(GOARCH) Dockerfile
48
- docker build --platform $(GOARCH) --build-arg BINARY=$(BIN)-$(GOOS)-$(GOARCH) -t $(DOCKER_REPO):$(VERSION)-$(GOARCH) .
+ docker build --build-arg BINARY=$(BIN)-$(GOOS)-$(GOARCH) -t $(DOCKER_REPO):$(VERSION)-$(GOARCH) .
49
ifeq ($(GOARCH), amd64)
50
docker tag $(DOCKER_REPO):$(VERSION)-$(GOARCH) $(DOCKER_REPO):$(VERSION)
51
endif
0 commit comments