From 2239dbeb4507e06e647b5991fa03a9141c382204 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 2 Nov 2025 22:39:48 -0600 Subject: [PATCH] Do not attempt aarch64-darwin builds on break --- garnix.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/garnix.yaml b/garnix.yaml index 35f25a3..5895a0c 100644 --- a/garnix.yaml +++ b/garnix.yaml @@ -3,6 +3,13 @@ builds: - "homeConfigurations.*" - "nixosConfigurations.*" - "packages.*" + # bitwarden-cli package is broken on aarch64-darwin + - "packages.aarch64-darwin.img-bitwarden" + # kmod-31 is not a thing on Darwin + - "packages.aarch64-darwin.qemu-hook" + - "packages.aarch64-darwin.vfio_*" + # This one is a bit of a beast and shouldn't take up Garnix time + - "packages.aarch64-darwin.zim" # These are just images which I will build when # I feel like it - "devShells.*"