Advantage of switching to ARM64 version? #312
-
What are the advantages or differences in switching from the default docker build to the ARM64 docker version? What is the default docker build running on? ARM32? |
Beta Was this translation helpful? Give feedback.
Answered by
thijsvanloef
Feb 7, 2024
Replies: 1 comment 1 reply
-
Hi @E-Hain, simply put, if you have the container running already, there is no advantage of switching to ARM64. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thijsvanloef
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @E-Hain, simply put, if you have the container running already, there is no advantage of switching to ARM64.
The ARM64 image is meant for ARM based architecture CPU's, CPU's you might find in raspberry pi's or M1 macs.
Most CPU's (Intel and AMD) are based on x64 architecture, and are recommended to use the regular
:latest
image, which is build on/for x64 CPU architecture