From f435baa773e071be94daa3054c7fbf679b24e0b5 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 25 Feb 2024 13:47:26 -0500 Subject: [PATCH] Makefile: specify linux/amd64 --- Makefile | 1 + 1 file changed, 1 insertion(+) 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)" \