From 09c1420d534d8c08d426bb647b7c840ed973b9ac Mon Sep 17 00:00:00 2001 From: Anthony Fitzroy <101649764+AntFMoJ@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:35:15 +0100 Subject: [PATCH] Update Makefile Co-authored-by: Jacob Woffenden --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e2d24e..2efa5a5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ IMAGE_NAME = ghcr.io/ministryofjustice/analytical-platform-rshiny-open-source-base:latest -ARCH = $(shell uname -m) +ARCH = $(shell uname --machine) define DOCKER_BUILD @echo "Building on $(ARCH) architecture";