-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I was trying this on a M1 macbookpro and running into the following error when creating the gateway:
π 17:23:05 β skupper gateway init --config simple-podman.yaml --type podman
Error: Failed to start gateway as container: WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
Error: statfs /Users/jdudash/.local/share/skupper/cluster/jdudash-mac-jdudash: no such file or directory
AFAICT skupper doesn't currently provide arm64 container images. See here:
skupperproject/skupper#884
The instructions in this demo repo seem to imply it should work because there are instructions to deploy the database using arm
docker run --name database --detach --rm -p 5432:5432 quay.io/redhatintegration/patient-portal-database-arm64
Am I messing something up or missing something?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels