Replies: 1 comment 2 replies
-
You can just use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When building a multi-architecture image, if the introduced package file itself has architectural differences, you need to build image-amd and image-arm with different dockerfiles, and then use docker imagetools create to merge the two images and then push them, but I see buildkit It seems that this function is not supported?
So if there is, I can't explain how to use it. If not, I hope it will be a follow-up function.
Beta Was this translation helpful? Give feedback.
All reactions