Arm64 support for docker image
Hi,
it's possible to add arm64 support to docker images of skupper ?
As I understand it, there is no reason that we can't produce arm64 images for Skupper. The skupper-router code is known to build on aarch64.
-Ted
On Mon, Sep 19, 2022 at 5:44 AM Luca Calcaterra @.***> wrote:
Hi,
it's possible to add arm64 support to docker images of skupper ?
— Reply to this email directly, view it on GitHub https://github.com/skupperproject/skupper/issues/884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFEKJWE3NO2WKD6H7KH7A3V7AYXPANCNFSM6AAAAAAQP55YXU . You are receiving this because you are subscribed to this thread.Message ID: @.***>
@ted-ross i cannot find arm images on quay.io There's a problem ? How can i use arm with skupper init at the moment ?
beside Mac and its peculiar behavior with Podman, what is the status on support for aarch64 device (Edge for example). I can see here some test is done on skupper router with raspberry pi5 (https://github.com/skupperproject/skupper-router/blob/2a08137837e24c825b440a5340f87846cd5a69c7/.github/workflows/build.yaml#L309)
Even when I try to pull manually the aarch64 version with podman pull I can see this in the logs:
Mar 06 12:38:45 raspberrypi podman[6132]: time="2024-03-06T12:38:45+01:00" level=info msg="Image operating system mismatch: image uses OS \"linux\"+architecture \"amd64\", expecting one of \"linux+arm64\""
which results in the incorrect image being pulled once again (amd64)
Skupper has supported aarch64 over recent release horizon...