summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-09 00:16:40 +0100
committerErich Eckner <git@eckner.net>2021-02-14 14:55:32 +0100
commit423f3a07cc9aa1c612bdc54ca83867dc2eb05952 (patch)
tree78c681533a15d92619e02657fba223721986769b
parenta1027744b421e9eabc18ba51f5b8ccdd248e5ebd (diff)
downloadarchiso32-423f3a07cc9aa1c612bdc54ca83867dc2eb05952.tar.xz
configs/releng/build.sh: we can run on i686, too
-rwxr-xr-xconfigs/releng/build.sh5
1 files changed, 0 insertions, 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}" ;;