Do not attempt aarch64-darwin builds on break

This commit is contained in:
Greg Hellings
2025-11-02 22:39:48 -06:00
parent a227302e36
commit 2239dbeb45
+7
View File
@@ -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.*"