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
In my case, I want to build multiarch image using below flow:
a. buildah manifest rm buildah-test1
b. buildah build --platform linux/amd64,linux/arm64 --manifest buildah-test1 -t docker.io/example/buildah-test .
c. buildah manifest push --all buildah-test1 docker://docker.io/example/buildah-test
Actual Behavior
Can not meet requirement of step a.
Can not meet requirement of step c.
The text was updated successfully, but these errors were encountered:
Expected Behavior
In my case, I want to build multiarch image using below flow:
a. buildah manifest rm buildah-test1
b. buildah build --platform linux/amd64,linux/arm64 --manifest buildah-test1 -t docker.io/example/buildah-test .
c. buildah manifest push --all buildah-test1 docker://docker.io/example/buildah-test
Actual Behavior
The text was updated successfully, but these errors were encountered: