diff --git a/Makefile b/Makefile index 58a3bca..c6caaa7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ docker: # build local docker images - docker build --platform linux/amd64 -f Dockerfile -t oryd/hydra-login-consent-node:latest . + docker buildx create --use + docker buildx build --platform linux/amd64,linux/arm64 -f Dockerfile -t oryd/hydra-login-consent-node:latest . format: .bin/ory node_modules # formats the source code .bin/ory dev headers copyright --type=open-source