diff --git a/Makefile b/Makefile index 87ca066..dd4e318 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,7 @@ define build SOURCE_DATE_EPOCH=1 \ docker \ build \ + --platform linux/amd64 \ --ulimit nofile=2048:16384 \ --tag sui \ --build-arg CACHE_BUST="$(CACHE_BUST)" \