dist: debian: support non-x86

The package is already arch independent, so remove the artifical
restriction to x86.
This commit is contained in:
Avi Kivity 2020-08-02 16:49:35 +03:00 committed by Pekka Enberg
parent 626fd75173
commit c5ed83178a
1 changed files with 0 additions and 5 deletions

View File

@ -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