dist: debian: support non-x86
The package is already arch independent, so remove the artifical restriction to x86.
This commit is contained in:
parent
626fd75173
commit
c5ed83178a
5
dist/debian/build_deb.sh
vendored
5
dist/debian/build_deb.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user