Using BuildKit and Platform? #1075
-
I'm currently attempting to build an image using $ nerdctl.lima buildx build --platform linux/amd64 -f Dockerfile .
FATA[0000] unknown flag: --platform I'm currently using nerdctl version 0.23.0 and ctr containerd.io 1.6.8. I've also manually installed buildkit using Skipping $ nerdctl.lima build --platform linux/amd64 -f Dockerfile .
[+] Building 0.7s (2/3)
=> [internal] load .dockerignore 0.3s
=> => transferring context: 2B
... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Expected behavior.
|
Beta Was this translation helpful? Give feedback.
Expected behavior.
nerdctl buildx
does not exist.nerdctl build
supports multi-platform builds.