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) \