Skip to content

Commit

Permalink
Fix image name in definition (#1308)
Browse files Browse the repository at this point in the history
Dropped with on a recent PR for conciseness but didn't drop it from image definitions
  • Loading branch information
jjerger authored Nov 18, 2024
1 parent 4a33c7b commit 661321a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concourse/pipelines/linux-image-build.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ local imggroup = {
'rocky-linux-9-optimized-gcp-arm64',
],
local rocky_accelerator_images = [
'rocky-linux-8-optimized-gcp-with-nvidia-latest',
'rocky-linux-9-optimized-gcp-with-nvidia-latest',
'rocky-linux-8-optimized-gcp-nvidia-latest',
'rocky-linux-9-optimized-gcp-nvidia-latest',
],

// Start of output.
Expand Down

0 comments on commit 661321a

Please sign in to comment.