Unable to build insiders image for arm (Apple M2) #5549
Closed
tomas-intestudios
started this conversation in
General
Replies: 1 comment
-
Jup, that's correct. You need to comment it in. The reason why it's commented out is that build times are much higher when building ARM images and we don't want to impose long build times onto all of our users, as those also incur higher cost when running on private GitHub Actions. Thus, it's opt-in. Just comment it in and you should be good to go! |
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.
-
Hello,
I followed insiders guid to be able to build insiders docker image. I was able to build & pull linux (amd64) docker image, but I cannot get arm image.
I found out, that arm architecture is commented out in build gh workflow.
I also tried older tags (9.0.x), it looks like arm image was built, but workflow failed about some unauthorized issue, when workflow was attempting to push image into container repository.
Beta Was this translation helpful? Give feedback.
All reactions