Remove arch checking for native builds
This commit is contained in:
parent
39685be74c
commit
873cc0df95
1 changed files with 0 additions and 4 deletions
4
build.sh
4
build.sh
|
@ -34,10 +34,6 @@ list_platforms() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build_native() {
|
do_build_native() {
|
||||||
if [[ $( dpkg --print-architecture | head -1 ) != "${PLATFORM##*.}" ]]; then
|
|
||||||
echo "Cross-building is not supported for native builds, use 'docker' builds on amd64 for cross-building."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
export IS_DOCKER=NO
|
export IS_DOCKER=NO
|
||||||
deployment/build.${PLATFORM}
|
deployment/build.${PLATFORM}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue