JasonN3 / build-container-installer

Creates an ISO for installing a container image as an OS
GNU General Public License v3.0
64 stars 9 forks source link

[FR] Support for ARM Images #93

Closed noelmiller closed 5 months ago

noelmiller commented 8 months ago

Is your feature request related to a problem? Please describe. It would be awesome to have this be able to create ISO install images for ARM based containers. I'm unsure what this would fully entail.

Describe the solution you'd like Be able to create ISOs for ARM based OCI images.

Additional context We will likely be blocked by Fedora upstream until they have official ARM based OCI images that will work. I'm unsure if Centos is working on anything regarding that architecture.

JasonN3 commented 8 months ago

What happens if you set ARCH? You may also need to run it on an arm runner. I have an SBC I could potentially throw in as a runner, but while it would probably get the job done, it will also probably be really slow

noelmiller commented 7 months ago

What happens if you set ARCH? You may also need to run it on an arm runner. I have an SBC I could potentially throw in as a runner, but while it would probably get the job done, it will also probably be really slow

I can give that a shot. There are still no blessed upstream images for ARM, so this may sit for a bit.

github-actions[bot] commented 5 months ago

Issue is stale and will be closed in 14 days if there is no further activity