Skip to content
Snippets Groups Projects
Verified Commit fb4d54ce authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

gitlab_runner: fix image update for sequoia 0.33.0

parent 31ac5bb3
No related branches found
No related tags found
1 merge request!799gitlab_runner: fix image update for sequoia 0.33.0
......@@ -21,8 +21,8 @@ trap cleanup EXIT
cd "${tmpdir}"
curl -sSf --remote-name-all https://geo.mirror.pkgbuild.com/images/latest/Arch-Linux-x86_64-basic.qcow2{,.sig}
sq import "${arch_boxes_signing_key}"
sq link add --all "${arch_boxes_fingerprint}"
sq cert import "${arch_boxes_signing_key}"
sq pki link add --all "${arch_boxes_fingerprint}"
sq verify --signer-cert "${arch_boxes_fingerprint}" --detached Arch-Linux-x86_64-basic.qcow2.sig Arch-Linux-x86_64-basic.qcow2
image=Arch-Linux-x86_64-basic.img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment