From a504e16b9315aee1dc6adf2107c0237ce4484593 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 2 Jan 2026 15:19:34 -0500 Subject: [PATCH] Try to build for Ubuntu arm64 (#1931) * Fix Snap link * Try to build for Ubuntu arm64 --- .github/workflows/release-snap.yaml | 7 +++++-- .github/workflows/release.yml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-snap.yaml b/.github/workflows/release-snap.yaml index b1daa053c..951b6b961 100644 --- a/.github/workflows/release-snap.yaml +++ b/.github/workflows/release-snap.yaml @@ -1,4 +1,4 @@ -name: Release +name: Release for Snap on: push: tags: @@ -7,7 +7,10 @@ on: jobs: snap: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, ubuntu-24.04-arm] + runs-on: ${{ matrix.os }} steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad6c9c8c0..094a87706 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: Release +name: Release for GitHub on: push: tags: