mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-09-26 04:26:00 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user