From 3885c4274d12092496dcb4dd908dd926ca06843d Mon Sep 17 00:00:00 2001 From: Dewi Jones Date: Tue, 18 Jun 2024 17:48:41 +0100 Subject: [PATCH] Add ARM build --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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