mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-11-25 21:24:59 +03:00
Add aarch64-linux test
This commit is contained in:
parent
9eec5fd5a2
commit
669ed126ac
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
run-x86_64-linux-untrusted:
|
||||
needs: build
|
||||
name: Run x86_64 Linux, Untrusted
|
||||
name: Run x86_64-linux, Untrusted
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
id-token: "write"
|
||||
@ -89,6 +89,8 @@ jobs:
|
||||
runner: "macos-latest-xlarge"
|
||||
- nix-system: "x86_64-darwin"
|
||||
runner: "macos-12"
|
||||
- nix-system: "aarch64-linux"
|
||||
runner: "namespace-profile-default-arm64"
|
||||
- nix-system: "x86_64-linux"
|
||||
runner: "ubuntu-22.04"
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user