summaryrefslogtreecommitdiff
path: root/configs/releng/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/build.sh')
-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}" ;;