chore: make garnix builds an array
This commit is contained in:
+12
-2
@@ -1,5 +1,6 @@
|
||||
builds:
|
||||
exclude:
|
||||
# Exclude most things, as I locally build x86_64-linux and aarch64-linux
|
||||
- exclude:
|
||||
- "homeConfigurations.*"
|
||||
- "nixosConfigurations.*"
|
||||
- "packages.*"
|
||||
@@ -16,9 +17,18 @@ builds:
|
||||
- "devShells.*"
|
||||
include:
|
||||
- "packages.aarch64-darwin.*"
|
||||
- homeConfigurations.exodus
|
||||
- darwinConfigurations.MacBook-Pro
|
||||
- darwinConfigurations.MacBook-Prolocal
|
||||
- darwinConfigurations.li
|
||||
# Some specific includes which are not specific enough to override the rules above,
|
||||
# due to the intrepretation of the glob excludes, but which I still need included
|
||||
- include:
|
||||
# These are Mac homeConfigurations, which I do not have the infra to build at home
|
||||
- homeConfigurations.exodus
|
||||
- homeConfigurations."gregory.hellings-mbp"
|
||||
- homeConfigurations.gregs-MacBook-Pro-16-inch-Nov-2024
|
||||
# These are builder images used on my Macs, but they can't always access the cache
|
||||
# on my local infrastructure, so I build them in Garnix so they are accessible
|
||||
# outside of my network, too
|
||||
- nixosConfigurations.builder-x86
|
||||
- nixosConfigurations.builder-aarch
|
||||
|
||||
Reference in New Issue
Block a user