Skip to content

Commit

Permalink
Fix rocky 8 accelerated image family (#2401)
Browse files Browse the repository at this point in the history
* Fix image family in rocky EL build

Correcting old reference

* Fix errant bracket
  • Loading branch information
jjerger authored Nov 12, 2024
1 parent b8c8271 commit 1731538
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Name": "rocky-linux-8-optimized-gcp-nvidia-latest-v${build_date}",
"SourceDisk": "el-install-disk",
"Description": "Rocky Linux 8 optimized for gcp with latest Nvidia driver built on ${build_date}",
"Family": "rocky-linux-8-optimized-gcp-nvidia-latest}",
"Family": "rocky-linux-8-optimized-gcp-nvidia-latest",
"Project": "${publish_project}",
"NoCleanup": true,
"ExactName": true,
Expand Down

0 comments on commit 1731538

Please sign in to comment.