mirror of
https://github.com/typesense/typesense.git
synced 2025-05-16 03:12:32 +08:00
Support DEB/RPM for ARM.
This commit is contained in:
parent
4967e48769
commit
8c2b1f3dfb
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user