From 147505ef4fc8be050a1522c60c19392c8e31e9d9 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 21 Aug 2025 17:21:56 -0500 Subject: [PATCH] Run Hyper-V alongside other builds --- nix/continue.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nix/continue.nix b/nix/continue.nix index e70d23a..27a1e2b 100644 --- a/nix/continue.nix +++ b/nix/continue.nix @@ -71,7 +71,6 @@ let variables = general.variables // { COMMAND = "packer build -only=\"hyperv-iso.amd64\" -var-file=\"\${distro}\" -var build=\${BUILD} -var cpus=2 -var memory=4096 \${EXCEPT} sources"; }; - rules = [ { "if" = "$CI_COMMIT_TAG"; } ]; script = [ "packer init sources" "echo $env:COMMAND > build.ps1"