Regular builds of the cosa container on aarch64
We should build the cosa container for arm and push it to quay. I don't think quay supports building arm directly.
Building on github would be fairly simple. Is there a specific perference on where this gets built? I see actions are disabled for this repo.
We're currently building this on our aarch64 builder but not pushing it anywhere right now. We can push it to quay but I need to work out the details of the appropriate way to do it considering quay builds one image (x86_64) and we'd be pushing the other.
This has been already implemented. You can pull an aarch64 image from a quay repo: https://quay.io/repository/coreos-assembler/coreos-assembler:latest Closing as discussed.