Skip to content

Commit

Permalink
contrast-releases: gpu assets postponed to v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 15, 2025
1 parent 66624b8 commit 2db992a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/contrast-releases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ let
exist =
if (platform == "metal-qemu-tdx" || platform == "metal-qemu-snp") then
(builtins.compareVersions "v1.2.1" version) <= 0
# TODO(msanft): Check back on this on v1.3.0 release
else if (platform == "metal-qemu-snp-gpu" || platform == "k3s-qemu-snp-gpu") then
(builtins.compareVersions "v1.3.0" version) <= 0
(builtins.compareVersions "v1.4.0" version) <= 0
else
(builtins.compareVersions "v1.1.0" version) <= 0;
coordinator = fetchurl {
Expand Down

0 comments on commit 2db992a

Please sign in to comment.