Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Woffenden <[email protected]>
  • Loading branch information
AntFMoJ and Jacob Woffenden authored Apr 17, 2024
1 parent b04d719 commit 09c1420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 09c1420

Please sign in to comment.