From fadf0cc5f188d83252bfadd3c0c4ba82e94a7995 Mon Sep 17 00:00:00 2001 From: smerle33 Date: Wed, 20 Mar 2024 09:35:58 +0100 Subject: [PATCH] feat(release): Add linux arm64 build to matrix --- .github/workflows/post-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 19e2aee05..ed48bfb30 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -65,6 +65,10 @@ jobs: os: ubuntu-20.04 rust: stable target: x86_64-unknown-linux-musl + - build: linux + os: ubuntu-20.04 + rust: stable + target: arm64-unknown-linux-musl - build: macos os: macos-latest rust: stable