Update Makefile

This commit is contained in:
Adrien le Maire 2021-01-13 07:22:09 +00:00
parent a9b589ebfc
commit bdd09a39bb

View File

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