From 423f3a07cc9aa1c612bdc54ca83867dc2eb05952 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 9 Jan 2020 00:16:40 +0100 Subject: configs/releng/build.sh: we can run on i686, too --- configs/releng/build.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configs/releng/build.sh b/configs/releng/build.sh index a9a5767..3600f81 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -287,11 +287,6 @@ if [[ ${EUID} -ne 0 ]]; then _usage 1 fi -if [[ ${arch} != x86_64 ]]; then - echo "This script needs to be run on x86_64" - _usage 1 -fi - while getopts 'N:V:L:P:A:D:w:o:g:vh' arg; do case "${arg}" in N) iso_name="${OPTARG}" ;; -- cgit v1.2.3-54-g00ecf