From 9d44f3267a6ba6fdfafaaee20391ac6737be9af9 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Mon, 22 Jan 2024 13:39:20 -0500 Subject: [PATCH] ci: Add aarch64-linux --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 64763412a..fe9e54803 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,7 @@ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" + "aarch64-linux" ]; in inputs.utils.lib.eachSystem supportedSystems (system: