mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/kube-vip/kube-vip.git
synced 2026-09-20 08:03:47 +08:00
Add support for ppc64le architecture
This commit is contained in:
@@ -45,7 +45,7 @@ fmt:
|
||||
@gofmt -l -w $(SRC)
|
||||
|
||||
docker:
|
||||
@docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t $(REPOSITORY)/$(TARGET):$(DOCKERTAG) .
|
||||
@docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7,linux/ppc64le --push -t $(REPOSITORY)/$(TARGET):$(DOCKERTAG) .
|
||||
@echo New Multi Architecture Docker image created
|
||||
|
||||
simplify:
|
||||
|
||||
Reference in New Issue
Block a user