From 56186480e9c4d9c9bd2813cce3bdc99a3ea25147 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 11 Jun 2026 22:53:40 -0400 Subject: [PATCH] ci: add aarch64 binaries to the release set --- .github/workflows/release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f5ba4a..2a0133b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,8 +56,11 @@ jobs: os: ubuntu-latest target: x86_64-unknown-linux-gnu use-cross: false - - + - build: linux-aarch64 + os: ubuntu-latest + target: aarch64-unknown-linux-gnu + use-cross: true + # macOS builds - build: macos-x86_64 os: macos-latest