Skip to content

Commit

Permalink
nixos: add 24.11 image
Browse files Browse the repository at this point in the history
Signed-off-by: Adam C. Stephens <[email protected]>
  • Loading branch information
Adam C. Stephens committed Nov 30, 2024
1 parent 1da07d0 commit 55e8496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions images/nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ files:
}
releases:
- unstable
- 24.11
4 changes: 2 additions & 2 deletions jenkins/jobs/image-nixos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
RELEASE=${release}
[ "${RELEASE}" = "unstable" ] && JOBSET="trunk-combined" || JOBSET="release-${RELEASE}"
# remove lxd image when 24.11 is released
[ "${RELEASE}" = "unstable" ] && HYDRA_IMAGE="incusVirtualMachineImage" || HYDRA_IMAGE="lxdVirtualMachineImage"
# remove lxd image when 24.05 is removed
[ "${RELEASE}" = "24.05" ] && HYDRA_IMAGE="lxdVirtualMachineImage" || HYDRA_IMAGE="incusVirtualMachineImage"
# download a pre-built VM image
curl --location --output ${WORKSPACE}/disk.qcow2 https://hydra.nixos.org/job/nixos/${JOBSET}/nixos.${HYDRA_IMAGE}.${ARCH}-linux/latest/download-by-type/file/qcow2-image
Expand Down

0 comments on commit 55e8496

Please sign in to comment.