Open henrywang opened 3 months ago
Look like it can successfully build out iso for fedora-40 on aarch64 with below command(without --target-arch aarch64 option):
sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json -v /var/lib/libvirt/images/auth.json:/run/containers/0/auth.json quay.io/centos-bootc/bootc-image-builder:latest --type anaconda-iso --tls-verify=true --config /config.json quay.io/fedora/fedora-bootc:40 --chown 107:107 --rootfs ext4 '
....
2024-08-14 03:58:05,519 process L0470 DEBUG| [stdout] bootiso-tree: fc0fb59fcc21d531d3e81bfe4df620c0f784d7f3e13521362917054597041b28
2024-08-14 03:58:05,519 process L0470 DEBUG| [stdout] bootiso: 92da29a858a96726301387982499ac230358cedd37d7f60c45bb0cbbbeccb95d
2024-08-14 03:58:07,511 process L0470 DEBUG| [stdout] Build complete!
2024-08-14 03:58:07,511 process L0470 DEBUG| [stdout] Results saved in
2024-08-14 03:58:07,511 process L0470 DEBUG| [stdout]
In my case, the Fedora 42 has the same issue. Fedora 42: https://artifacts.osci.redhat.com/testing-farm/9eb5647e-cc61-4fd3-8c82-d3d5a8ab6842/
Build Fedora 40 aarch64 anaconda-iso on aarch64 server with command
sudo podman run --rm -it --privileged --pull=newer --tls-verify=false --security-opt label=type:unconfined_t -v /var/ARTIFACTS/work-anaconda-isozv2m_v9i/tmt/plans/bib-image/anaconda-iso/discover/default-0/tests/output:/output -v /var/lib/containers/storage:/var/lib/containers/storage quay.io/centos-bootc/bootc-image-builder:latest --type anaconda-iso --tls-verify=false --target-arch aarch64 --chown 0:0 --rootfs xfs 192.168.100.1:5000/bootc-workflow-test:55nk
.org.osbuild.copy
stage.