Makefile: specify linux/amd64
This commit is contained in:
parent
4a29600d5f
commit
f435baa773
1
Makefile
1
Makefile
|
@ -42,6 +42,7 @@ define build
|
||||||
SOURCE_DATE_EPOCH=1 \
|
SOURCE_DATE_EPOCH=1 \
|
||||||
docker \
|
docker \
|
||||||
build \
|
build \
|
||||||
|
--platform linux/amd64 \
|
||||||
--ulimit nofile=2048:16384 \
|
--ulimit nofile=2048:16384 \
|
||||||
--tag sui \
|
--tag sui \
|
||||||
--build-arg CACHE_BUST="$(CACHE_BUST)" \
|
--build-arg CACHE_BUST="$(CACHE_BUST)" \
|
||||||
|
|
Loading…
Reference in New Issue