Skip to content

Commit

Permalink
simplify build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMagee committed Dec 27, 2024
1 parent f1580c3 commit 70ec221
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,15 @@ jobs:
fail-fast: false
matrix:
include:
- name: 'jamie-desktop'
path: 'nixosConfigurations."jamie-desktop".config.system.build.toplevel'
- name: 'rpi'
path: 'nixosConfigurations."rpi".config.system.build.toplevel'
- name: 'jamie-hyperv'
path: 'nixosConfigurations."jamie-hyperv".config.system.build.toplevel'
- name: 'alfred'
path: 'nixosConfigurations."alfred".config.system.build.toplevel'
- name: 'rpi5'
path: 'nixosConfigurations."rpi5".config.system.build.toplevel'
- name: 'jamie@alfred'
path: 'homeConfigurations."jamie@alfred".activationPackage'
- name: 'jamie@rpi'
path: 'homeConfigurations."jamie@rpi".activationPackage'
- name: 'jamie@generic'
- name: 'jamie@rpi5'
path: 'homeConfigurations."jamie@rpi5".activationPackage'
- name: 'jamie@jamagee-desktop'
path: 'homeConfigurations."jamie@generic".activationPackage'

steps:
Expand Down

0 comments on commit 70ec221

Please sign in to comment.