From 22a5ac59c6e90878f8220c0b9720f8732285c446 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Tue, 19 Jan 2021 10:49:57 +0000 Subject: [PATCH] Update Makefile --- dendrite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dendrite/Makefile b/dendrite/Makefile index 11928bb..f96ab23 100644 --- a/dendrite/Makefile +++ b/dendrite/Makefile @@ -10,7 +10,7 @@ nopush: git-clone --tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) . push: git-clone - docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \ + docker buildx build --platform linux/amd64,linux/arm64 --push \ --build-arg VERSION=$(VERSION) \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \