From b19005cdb4df0a08f9c204e6eb610b3e19d03463 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 13 Dec 2023 14:21:54 +0100 Subject: [PATCH] [TEST] re-enable `aarch64-linux` CI --- checks/default.nix | 2 +- ci/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/checks/default.nix b/checks/default.nix index c89069f..de8d1a6 100644 --- a/checks/default.nix +++ b/checks/default.nix @@ -29,7 +29,7 @@ inherit (self.nixosConfigurations) picard; }; aarch64-linux = { - inherit (self.nixosConfigurations) rock5b; #pbp; + inherit (self.nixosConfigurations) sisko; #pbp; }; }; } diff --git a/ci/default.nix b/ci/default.nix index 6cfd6fc..159aece 100644 --- a/ci/default.nix +++ b/ci/default.nix @@ -4,7 +4,7 @@ ]; herculesCI.ciSystems = [ "x86_64-linux" - # "aarch64-linux" + "aarch64-linux" ]; hercules-ci.flake-update = { enable = true;