remove arm linux default

This commit is contained in:
Maximilian Held 2025-03-19 20:43:45 +01:00
parent 5a97887be3
commit 57a8cd5607
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions
.github/workflows
README.md

View file

@ -25,7 +25,7 @@ on:
"x86_64-darwin": "macos-latest",
"x86_64-linux": "ubuntu-latest",
"i686-linux": "ubuntu-latest",
"aarch64-linux": "ubuntu-24.04-arm"
"aarch64-linux": "ubuntu-latest"
}
outputs:
flake_name:

View file

@ -106,11 +106,12 @@ By default, the CI maps the Nix systems to their equivalent GitHub-hosted runner
| | macOS (Apple Silicon) | ARM Linux | macOS (Intel) | x86 Linux |
|---|---|---|---|---|
| Flake `system:` (Nix build platform) | `aarch64-darwin` | `aarch64-linux` | `x86_64-darwin` | `x86_64-linux` |
| [GitHub Actions Runner][runners] (workflow label) | `macos-latest` | For public repos, `ubuntu-24.04-arm`, otherwise `ubuntu-latest` (using x86) | `macos-latest` (same runner as macOS for Apple Silicon; not actually using Intel) | `ubuntu-latest` |
| [GitHub Actions Runner][runners] (workflow label) | `macos-latest` (using Apple Silicon) | `ubuntu-latest` (using x86) | `macos-latest` (using Apple Silicon) | `ubuntu-latest` (using x86) |
> [!INFO]
> The standard ARM Linux runners are currently in public preview, and only supported on public repos.
> To use ARM Linux runners on private repositories, you need a non-standard runners.
> There is also a standard ARM Linux runner `ubuntu-24.04-arm`, currently in public preview and only supported on public repositories.
> To use it, supply your own runner map as shown below.
> To use ARM Linux runners on private repositories, you need a non-standard runners, as shown below.
##### Non-Standard runners