Skip to content

Commit

Permalink
update preimagedata
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin committed Nov 14, 2023
1 parent daa6ed3 commit 6d84fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/ubuntu/scripts/build/preimagedata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version_major=${os_version/.*/}
version_wo_dot=${os_version/./}
github_url="https://github.com/actions/runner-images/blob"

software_url="${github_url}/ubuntu${version_major}/${image_version_major}.${image_version_minor}/images/linux/Ubuntu${version_wo_dot}-Readme.md"
software_url="${github_url}/ubuntu${version_major}/${image_version_major}.${image_version_minor}/images/ubuntu/Ubuntu${version_wo_dot}-Readme.md"
releaseUrl="https://github.com/actions/runner-images/releases/tag/ubuntu${version_major}%2F${image_version_major}.${image_version_minor}"

cat <<EOF > $imagedata_file
Expand Down

0 comments on commit 6d84fd6

Please sign in to comment.