Try to build for Ubuntu arm64 (#1931)

* Fix Snap link

* Try to build for Ubuntu arm64
This commit is contained in:
John Kerl 2026-01-02 15:19:34 -05:00 committed by GitHub
parent cee04c0747
commit a504e16b93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
name: Release
name: Release for GitHub
on:
push:
tags: