Build docker images for other architectures #352
josecelano
started this conversation in
Feature requests
Replies: 1 comment
-
The Containerfile has changed but this is something we still have to add. |
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.
-
If you look at the Dockerfile:
We are only building for the
x86_64-unknown-linux-musl
architecture.We could build docker images for different architectures.
Links
Beta Was this translation helpful? Give feedback.
All reactions