From 669ed126ac9b8a7e3fd7eedc5d9e4ff826d3a9b3 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Wed, 22 May 2024 17:33:00 -0300 Subject: [PATCH] Add aarch64-linux test --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a98ed3..916de9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: