fix wrong MARCH for docker
This commit is contained in:
parent
0c566ee5ac
commit
e089236beb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue