From 4b96e0d5fe137c0073d5c14632a8c9f50f891a24 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 19 Feb 2025 10:00:20 -0600 Subject: [PATCH] chore(ci): Add Linux arm builds --- .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 0b095d8e5..f20fa1c6b 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -64,6 +64,10 @@ jobs: os: ubuntu-22.04 rust: stable target: x86_64-unknown-linux-musl + - build: linux-aarch64 + os: ubuntu-24.04-arm + rust: stable + target: aarch64-unknown-linux-musl - build: macos os: macos-latest rust: stable