You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Just tried it on my new Mac with M1 chip but failed because of CPU arch:
$ footloose create -c ubuntu18.04-1.yaml
INFO[0001] Pulling image: quay.io/footloose/ubuntu18.04 ...
INFO[0019] Creating machine: sandbox-ubuntu-0 ...
INFO[0019] Connecting sandbox-ubuntu-0 to the footloose-cluster network...
FATA[0019] failed to get container id, output did not match: [WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 580e6f523af29e99d345561137eb3ab2c988da2d45a6e27562fd4d40f447b952]
Before building my own images, just wanted to have a check whether there are some available images for Mac with M1 chip, or arm64/aarch64 arch?
Just tried it on my new Mac with M1 chip but failed because of CPU arch:
$ footloose create -c ubuntu18.04-1.yaml INFO[0001] Pulling image: quay.io/footloose/ubuntu18.04 ... INFO[0019] Creating machine: sandbox-ubuntu-0 ... INFO[0019] Connecting sandbox-ubuntu-0 to the footloose-cluster network... FATA[0019] failed to get container id, output did not match: [WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 580e6f523af29e99d345561137eb3ab2c988da2d45a6e27562fd4d40f447b952]Before building my own images, just wanted to have a check whether there are some available images for Mac with M1 chip, or arm64/aarch64 arch?