From bdd09a39bb84c9f44ee22b2293b061eb0ccf2508 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Wed, 13 Jan 2021 07:22: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 0d0cacd..6ceead6 100644 --- a/pleroma/Makefile +++ b/pleroma/Makefile @@ -15,7 +15,7 @@ ueberauth: sed -i 's/MIX_ENV\=prod/MIX_ENV\=prod \\\n OAUTH_CONSUMER_STRATEGIES\="twitter facebook google microsoft keycloak:ueberauth_keycloak_strategy"/g' pleroma-$(VERSION)/Dockerfile build: - docker buildx build --platform linux/amd64 --push \ + docker buildx build --platform linux/amd64,linux/arm64 --push \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --tag ${NAMESPACE}/${IMAGE}:$(VERSION) \