mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-19 09:08:54 +02:00
remove arm linux default
This commit is contained in:
parent
5a97887be3
commit
57a8cd5607
2 changed files with 5 additions and 4 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue