We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caefb70 commit 7ff770bCopy full SHA for 7ff770b
dev/local/Makefile
@@ -67,11 +67,10 @@ LOG_DB:=delphi_database_epidata_$(NOW).log
67
WEB_CONTAINER_ID:=$(shell docker ps -q --filter 'name=delphi_web_epidata')
68
DATABASE_CONTAINER_ID:=$(shell docker ps -q --filter 'name=delphi_database_epidata')
69
70
-M1=
71
-UNAME := $(shell uname -smp)
72
-ifeq ($(UNAME), Darwin arm64 arm)
+M1=
+ifeq ($(shell uname -smp), Darwin arm64 arm)
+$(info M1 system detected, changing docker platform to linux/amd64.)
73
override M1 =--platform linux/amd64
74
- @echo M1 system detected, changing docker platform to linux/amd64.
75
endif
76
77
.PHONY=web
0 commit comments