2022-09-23 10:18:39 -05:00
|
|
|
builds:
|
2026-04-29 13:14:55 -05:00
|
|
|
# Exclude most things, as I locally build x86_64-linux and aarch64-linux
|
|
|
|
|
- exclude:
|
|
|
|
|
- "homeConfigurations.*"
|
|
|
|
|
- "nixosConfigurations.*"
|
|
|
|
|
- "packages.*"
|
|
|
|
|
# These are just images which I will build when
|
|
|
|
|
# I feel like it
|
|
|
|
|
- "devShells.*"
|
|
|
|
|
include:
|
|
|
|
|
- "packages.aarch64-darwin.*"
|
|
|
|
|
- darwinConfigurations.MacBook-Pro
|
|
|
|
|
- darwinConfigurations.MacBook-Prolocal
|
|
|
|
|
- darwinConfigurations.li
|
2026-04-30 16:08:23 -05:00
|
|
|
# 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
|
2026-04-29 13:14:55 -05:00
|
|
|
- include:
|
2026-04-30 16:08:23 -05:00
|
|
|
# These are Mac homeConfigurations, which I do not have the infra
|
|
|
|
|
# to build at home
|
2026-04-29 13:14:55 -05:00
|
|
|
- homeConfigurations."gregory.hellings-mbp"
|
|
|
|
|
- homeConfigurations.gregs-MacBook-Pro-16-inch-Nov-2024
|