[Question]: Why is there only arm build for dev and not for non-dev (release) #1938
-
What is your question?For the dev version there is a arm image build next to the amd one. But for the non-dev, the release one, the arm build is not done. Is there some specific reason for it? More Details. What is the main subject of your question?Installation ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Mar 1, 2024
Replies: 1 comment 1 reply
-
I had trouble building an arm build through Github Actions. I only just figured out how to make it work, it's a common issue when dealing with node and arm64 builds: actions/setup-node#462 nodejs/docker-node#1335 When the next release is cut, both architectures will be supported in non-dev images. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iamNoah1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had trouble building an arm build through Github Actions. I only just figured out how to make it work, it's a common issue when dealing with node and arm64 builds: actions/setup-node#462 nodejs/docker-node#1335
When the next release is cut, both architectures will be supported in non-dev images.