Add aarch64 build via self-hosted runner; update AUR PKGBUILD for aarch64
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Failing after 5m1s
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 11m13s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 21:46:38 +02:00
parent 341384e54f
commit 3a9a6d2f64
2 changed files with 12 additions and 4 deletions
+7 -1
View File
@@ -10,17 +10,23 @@ env:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- arch: x86_64
target: x86_64-unknown-linux-gnu
runs-on: ubuntu-latest
- arch: aarch64
target: aarch64-unknown-linux-gnu
runs-on: aarch64
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
if: matrix.arch == 'x86_64'
run: |
sudo apt-get update
sudo apt-get install -y libwayland-dev pkg-config