fix wrong MARCH for docker

This commit is contained in:
Stanislav Lechev [0xAF] 2023-10-09 12:49:43 +03:00
parent 0c566ee5ac
commit e089236beb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ apt-get update
apt-get -y install auto-apt-proxy
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
export MARCH=x86-64
export MARCH=native
case `uname -m` in
arm*)
PLATFORM=armhf