1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

feat(action): build debian package for arm64 arch (#719) (#738)

Signed-off-by: Boaz Sade <boaz@dragonflydb.io>
This commit is contained in:
Boaz Sade 2023-02-01 11:43:21 +02:00 committed by GitHub
parent 1e548673fa
commit c6e96a12c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
apt update && apt install -q -y autoconf-archive cmake curl git libssl-dev \
libunwind-dev ninja-build libtool gcc-9 g++-9 libboost-fiber-dev \
libxml2-dev zip libzstd-dev
libxml2-dev zip libzstd-dev debhelper moreutils
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 40 \
--slave /usr/bin/g++ g++ /usr/bin/g++-9
run: |
@ -89,7 +89,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dragonfly-aarch64
path: build-opt/dragonfly-*tar.gz, build-opt/dragonfly_*.deb
path: |
build-opt/dragonfly-*tar.gz
build-opt/dragonfly_*.deb
build-native:
runs-on: ubuntu-latest