On 2022-11-01 12:50, Emanuele Rocca wrote: > I've downloaded Benjamin's changes locally and I'm currently testing > them.
Just to confirm, I've successfull created amd64 chroots for all newly supported fedora/opensuse releases. Essentially: for f in 32 33 34 35 36; do sudo rinse --distribution fedora-$f --arch amd64 --directory /srv/chroots/fedora-$f ; done for s in 15.3 15.4; do sudo rinse --distribution opensuse-$s --arch amd64 --directory /srv/chroots/opensuse-$s; done Also opensuse 15.3 *arm64* works fine. Emanuele

