reloc: add arch to relocatable package filename

Add architecture name for relocatable packages, to support distributing
both x86_64 version and aarch64 version.

See scylladb/scylla#8675
This commit is contained in:
Takuya ASADA 2021-05-26 19:24:32 +09:00
parent a7c4c39dd0
commit fb4bc0f00d
1 changed files with 1 additions and 1 deletions

View File

@ -66,4 +66,4 @@ fi
mvn -B --file scylla-jmx-parent/pom.xml install
./SCYLLA-VERSION-GEN ${VERSION_OVERRIDE:+ --version "$VERSION_OVERRIDE"}
./dist/debian/debian_files_gen.py
scripts/create-relocatable-package.py build/$PRODUCT-jmx-package.tar.gz
scripts/create-relocatable-package.py build/$PRODUCT-jmx-$(arch)-package.tar.gz