From 6b1fce4921bfd527785648c63a5af2c87b5a2d66 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Wed, 13 Jan 2021 07:04:52 +0000 Subject: [PATCH] Update Makefile --- pleroma/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pleroma/Makefile b/pleroma/Makefile index 1ce8359..a58c20b 100644 --- a/pleroma/Makefile +++ b/pleroma/Makefile @@ -15,6 +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,linux/arm64,linux/arm --push \ docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \