Skip to content

Commit

Permalink
Update ci-automation/vms.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
  • Loading branch information
pothos and krnowak committed Apr 19, 2024
1 parent 5ebde9f commit 9275a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-automation/vms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function _vm_build_impl() {
mv images/latest-input/flatcar_production_image.vmlinuz images/latest/
create_digests "${SIGNER}" "images/latest/"*
sign_artifacts "${SIGNER}" "images/latest/"*
mv images/latest/flatcar_production_image.vmlinuz images/latest-input/
mv images/latest/flatcar_production_image.vmlinuz* images/latest-input/
copy_to_buildcache "images/${arch}/${vernum}/" "images/latest/"*
}
# --

0 comments on commit 9275a1f

Please sign in to comment.