diff --git a/pleroma/Makefile b/pleroma/Makefile index 7969294..0d0cacd 100644 --- a/pleroma/Makefile +++ b/pleroma/Makefile @@ -15,7 +15,6 @@ 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 --push \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \