Open vk496 opened 5 years ago
Good thought. I've been using buildah/podman to build lately. I'll have to check on how to build multi-arch with these tools. Is that something you have experience with?
I have experience building a multiarch project, usually based on alpine (https://github.com/vk496/stronghome).
I don't have experience with buildah/podman, but since Docker allow run (and build) natively code from other arch, I would suggest to create a Docker image that create the minimal slackware image instead of trying to do cross-compilation for different archs.
BR, Valentín
El 12 de agosto de 2019 20:59:58 CEST, Vincent Batts notifications@github.com escribió:
Good thought. I've been using buildah/podman to build lately. I'll have to check on how to build multi-arch with these tools. Is that something you have experience with?
-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/vbatts/slackware-container/issues/12#issuecomment-520552903
-- Enviado desde mi dispositivo Android con K-9 Mail. Por favor, disculpa mi brevedad.
Hello,
Docker is working in support muti architectures images, completely transparent for the users. Would be really great to have this in the slackware images (amd64 and arm64 as minimum). A example for alpine image:
If you need help to implement that, let me know :+1:
BR, Valentín