From 2698b848b3ab5b7eb2e2e6cab9ac5b8ae645271a Mon Sep 17 00:00:00 2001 From: Hunter B Date: Mon, 1 Jun 2026 03:17:36 -0700 Subject: [PATCH] ci(release): use ubuntu ports for linux arm64 packages --- .github/workflows/release.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51b74c7b..60f0283d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -242,12 +242,17 @@ jobs: - name: Install AArch64 cross-compilation toolchain if: matrix.target == 'aarch64-unknown-linux-gnu' && runner.os == 'Linux' run: | + . /etc/os-release + sudo tee /etc/apt/sources.list.d/arm64.sources <