Add support for ppc64le architecture

This commit is contained in:
Manjunath A Kumatagi
2021-07-23 09:38:35 +05:30
parent 00572acbc1
commit df8a3addc1
5 changed files with 7 additions and 7 deletions

View File

@@ -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: