You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often receive ostree references in the form of fedora/rawhide/$arch/iot; this isn't accepted by image-builder and leads to an error while fetching the commit. Should we be replacing $arch?
The text was updated successfully, but these errors were encountered:
supakeen
added a commit
to osbuild/koji-image-builder
that referenced
this issue
Mar 25, 2025
Replace `$arch` that we would receive normally with the architecture
that we're building for. See [1].
[1]: osbuild/image-builder-cli#165
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
We often receive
ostree
references in the form offedora/rawhide/$arch/iot
; this isn't accepted byimage-builder
and leads to an error while fetching the commit. Should we be replacing$arch
?The text was updated successfully, but these errors were encountered: