Hi, I use Docker-in-Docker image to build Docker images in GitLab CI. With the soon introduction of RISC-V native runners (with Cloud-V: https://cloud-v.co/gitlab-riscv-runner) I would like to build the RISC-V images on the native hardware but there seems to be no official variant for linux/riscv64 platform in the latest tag.
What would need to happen to introduce an official RISC-V support for DinD image? Alpine already has official base image builds, so it should be no problem to enable the platform in the build matrix, right?
Hi, I use Docker-in-Docker image to build Docker images in GitLab CI. With the soon introduction of RISC-V native runners (with Cloud-V: https://cloud-v.co/gitlab-riscv-runner) I would like to build the RISC-V images on the native hardware but there seems to be no official variant for
linux/riscv64platform in thelatesttag.What would need to happen to introduce an official RISC-V support for DinD image? Alpine already has official base image builds, so it should be no problem to enable the platform in the build matrix, right?