mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-11-07 07:59:12 +00:00
ci: add ubuntu-22.04-arm
This commit is contained in:
parent
cbf4b16d11
commit
6676c23a71
1 changed files with 5 additions and 2 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -18,11 +18,14 @@ jobs:
|
||||||
- runs-on: ubuntu-latest
|
- runs-on: ubuntu-latest
|
||||||
system: x86_64-linux
|
system: x86_64-linux
|
||||||
oldest_installer_version: nix-2.8.0
|
oldest_installer_version: nix-2.8.0
|
||||||
|
- runs-on: ubuntu-22.04
|
||||||
|
system: x86_64-linux
|
||||||
|
oldest_installer_version: nix-2.8.0
|
||||||
- runs-on: ubuntu-24.04-arm
|
- runs-on: ubuntu-24.04-arm
|
||||||
system: aarch64-linux
|
system: aarch64-linux
|
||||||
oldest_installer_version: nix-2.8.0
|
oldest_installer_version: nix-2.8.0
|
||||||
- runs-on: ubuntu-22.04
|
- runs-on: ubuntu-22.04-arm
|
||||||
system: x86_64-linux
|
system: aarch64-linux
|
||||||
oldest_installer_version: nix-2.8.0
|
oldest_installer_version: nix-2.8.0
|
||||||
- runs-on: macos-latest
|
- runs-on: macos-latest
|
||||||
system: aarch64-darwin
|
system: aarch64-darwin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue