Skip to content

How to get running on arm? #717

Answered by rbergen
ityonemo asked this question in Q&A
Sep 14, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

There's nothing specific that you should need to do to get your solution to run on ARM. It's more that you shouldn't do anything that makes it not run on that architecture. Specific things to consider are:

  • The Docker base image needs to be available for the arm64 platform. Quite a few official images for various languages/runtimes do not support the platform (yet).
  • The build steps that are specific to your solution should not require more hardware resources than what's available on the arm64 system(s) we use for benchmarking. At the moment, the one arm64 system we have at our disposal for benchmarking is an 8GB Raspberry Pi 4.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ityonemo
Comment options

Answer selected by ityonemo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants