Merge pull request #28 from 0xAF/master

fix MARCH for docker
This commit is contained in:
Luarvique L. Luarvique 2023-10-10 18:43:49 -04:00 committed by GitHub
commit b5d2b92fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 auto-apt-proxy
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
export MARCH=x86-64 export MARCH=native
case `uname -m` in case `uname -m` in
arm*) arm*)
PLATFORM=armhf PLATFORM=armhf