From 3e46f7f7bd4c0d496bbb38b4559450240da2c2b7 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Wed, 13 Jan 2021 07:05:09 +0000 Subject: [PATCH] Update Makefile --- pleroma/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pleroma/Makefile b/pleroma/Makefile index a58c20b..7969294 100644 --- a/pleroma/Makefile +++ b/pleroma/Makefile @@ -16,7 +16,7 @@ ueberauth: build: # docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \ - docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \ + docker buildx build --platform linux/amd64 --push \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --tag ${NAMESPACE}/${IMAGE}:$(VERSION) \