From a88baf1d9494118cca405aa2639656e1d05ba533 Mon Sep 17 00:00:00 2001 From: Owen Valentine Date: Thu, 25 Jan 2024 12:12:34 +0200 Subject: Add aarch64 releases --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 433bc22..21b863a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: EXE_NAME: dua strategy: matrix: - build: [linux, linux-arm, macos, win-msvc, win32-msvc] + build: [linux, linux-arm, linux-arm64, macos, win-msvc, win32-msvc] include: - build: linux os: ubuntu-latest @@ -86,6 +86,10 @@ jobs: os: ubuntu-latest rust: nightly target: arm-unknown-linux-gnueabihf + - build: linux-arm64 + os: ubuntu-latest + rust: stable + target: aarch64-unknown-linux-musl - build: macos os: macos-latest rust: stable -- cgit v1.2.3