Skip to content

Commit caefb70

Browse files
committed
Add notify user when M1 system detected
1 parent 734dd0d commit caefb70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/local/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ M1=
7171
UNAME := $(shell uname -smp)
7272
ifeq ($(UNAME), Darwin arm64 arm)
7373
override M1 =--platform linux/amd64
74+
@echo M1 system detected, changing docker platform to linux/amd64.
7475
endif
7576

7677
.PHONY=web

0 commit comments

Comments
 (0)