Replies: 2 comments 1 reply
-
|
btw, I want to use envd and buildkitd for cross-platform builds—for example, simultaneously building images for both linux/amd64 and linux/arm64. Does envd support having buildkitd instances of both platforms in the context and automatically distribute builds based on architecture? Specifically, can it route ARM image builds to buildkitd running on ARM nodes? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you for your response! |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have deployed a BuildKit daemon container on an ARM node and exposed it as a TCP service. I want to use envd to specify these ARM-based BuildKit daemons as the backend and build images with platform=linux/arm64. Do I need to modify the baseImage in the build.envd file to use a corresponding ARM-compatible base image?
Beta Was this translation helpful? Give feedback.
All reactions