commit
bfda69ea42
2 changed files with 4 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -2,8 +2,9 @@ name: "Build"
|
|||
on:
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '51 2 * * 0'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
images:
|
||||
strategy:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
kexec-installer = nixpkgs: (nixpkgs.legacyPackages.x86_64-linux.nixos [self.nixosModules.kexec-installer]).config.system.build.kexecTarball;
|
||||
in {
|
||||
netboot-nixos-unstable = netboot nixos-unstable;
|
||||
netboot-nixos-nixos-2211 = netboot nixos-2211;
|
||||
netboot-nixos-2211 = netboot nixos-2211;
|
||||
kexec-installer-nixos-unstable = kexec-installer nixos-unstable;
|
||||
kexec-installer-nixos-2211 = kexec-installer nixos-2211;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue