ci: use native ARM runners w/o cross for aarch64-unknown-linux-gnu jobs (#1988)

* ci: don't use cross for aarch64-unknown-linux-gnu

* also use ubuntu-24.04 everywhere

* fix build-deb too

* fix musl too

* yeah we can use native arm for container for deb step for musl

* fix musl issues
This commit is contained in:
Clement Tsang
2026-02-26 21:59:15 -05:00
committed by GitHub
parent fc6382432c
commit d921527d8b
12 changed files with 57 additions and 61 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ on:
jobs:
clear-cache:
if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps: