Add aarch64-linux test

This commit is contained in:
Luc Perkins 2024-05-22 17:33:00 -03:00
parent 9eec5fd5a2
commit 669ed126ac
No known key found for this signature in database
GPG Key ID: 16DB1108FB591835

View File

@ -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: