Makefile: specify linux/amd64

This commit is contained in:
Ryan Heywood 2024-02-25 13:47:26 -05:00
parent 4a29600d5f
commit f435baa773
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 1 additions and 0 deletions

View File

@ -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)" \