Skip to content

Commit

Permalink
fix platform
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <xiaoyu9964@gmail.com>
  • Loading branch information
nianyush committed Sep 4, 2024
1 parent a394fbf commit 074c8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ docker-all:

docker:
@-rm ./kube-vip
@docker buildx build --platform linux/amd64,linux/arm64 --push -t $(REPOSITORY)/$(TARGET):$(DOCKERTAG) . ${BUILD_ARGS}
@docker buildx build --platform ${PLATFORM} --push -t $(REPOSITORY)/$(TARGET):$(DOCKERTAG) . ${BUILD_ARGS}
@echo $(REPOSITORY)/$(TARGET):$(DOCKERTAG)

## Local (docker load of images)
Expand Down

0 comments on commit 074c8e1

Please sign in to comment.