diff --git a/dist/debian/build_deb.sh b/dist/debian/build_deb.sh index a5ef61e..46b3902 100755 --- a/dist/debian/build_deb.sh +++ b/dist/debian/build_deb.sh @@ -44,11 +44,6 @@ if [ ! -e scylla-jmx/SCYLLA-RELOCATABLE-FILE ]; then exit 1 fi -if [ "$(arch)" != "x86_64" ]; then - echo "Unsupported architecture: $(arch)" - exit 1 -fi - if [ -z "$RELOC_PKG" ]; then print_usage exit 1