Support DEB/RPM for ARM.

This commit is contained in:
Kishore Nallan 2022-06-02 18:32:56 +05:30
parent 4967e48769
commit 8c2b1f3dfb
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@ fi
rm -rf /tmp/typesense-server-$TSV /tmp/typesense-server-$TSV.tar.gz
sed -i "s/\$VERSION/$TSV/g" `find /tmp/typesense-deb-build -maxdepth 10 -type f`
sed -i "s/\$ARCH/$ARCH/g" `find /tmp/typesense-deb-build -maxdepth 10 -type f`
dpkg-deb -Zgzip -z6 \
-b /tmp/typesense-deb-build/typesense-server "/tmp/typesense-deb-build/typesense-server-${TSV}-${ARCH}.deb"

View File

@ -3,5 +3,5 @@ Version: $VERSION
Maintainer: Typesense Inc. <contact@typesense.org>
Description: Typesense Server
Homepage: https://typesense.org
Architecture: amd64
Architecture: $ARCH
Depends: curl