Skip to content

Commit

Permalink
Update qemu-user-static-x86 to 8.2.6 version
Browse files Browse the repository at this point in the history
Looks like 8.2.4 is deleted https://koji.fedoraproject.org/koji/buildinfo?buildID=2465534
and it cause issue for bundle creation, updating to 8.2.6 https://koji.fedoraproject.org/koji/buildinfo?buildID=2535777
which also have `f40-updates` tag.
  • Loading branch information
praveenkumar committed Sep 25, 2024
1 parent 5a71aba commit c572b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion createdisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if [ "${ARCH}" == "aarch64" ] && [ ${BUNDLE_TYPE} != "okd" ]; then
# Install qemu-user-static-x86 package from fedora koji to run x86 image on M1
# Not supported by RHEL https://access.redhat.com/solutions/5654221 and not included
# in any subscription repo.
${SSH} core@${VM_IP} -- "sudo rpm-ostree install https://kojipkgs.fedoraproject.org//packages/qemu/8.2.4/1.fc40/aarch64/qemu-user-static-x86-8.2.4-1.fc40.aarch64.rpm"
${SSH} core@${VM_IP} -- "sudo rpm-ostree install https://kojipkgs.fedoraproject.org//packages/qemu/8.2.6/3.fc40/aarch64/qemu-user-static-x86-8.2.6-3.fc40.aarch64.rpm"
fi

cleanup_vm_image ${VM_NAME} ${VM_IP}
Expand Down

0 comments on commit c572b24

Please sign in to comment.