-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(github-ci): add docker image build #181
Conversation
@nefelim4ag you should also generate an image for arm64 because it is perfectly compatible. |
Yep, your point is correct, but I tried to do that and got a compilation error on arm, so I only suggest that will works |
Related dotnet/sdk#27190 |
@nefelim4ag it looks like they are going to fix it in 7.0.300: dotnet/dotnet-docker#4388 (comment) That issue will be fixed shortly. |
@nefelim4ag ping! It is now possible to do so: https://devblogs.microsoft.com/dotnet/improving-multiplatform-container-support/#build-net-images-for-any-architecture |
buildx & github use qemu underneath, but i will add arm64 to test |
7.0.304 - same problem |
@bdovaz I switched the build to 8.0-preview and it looks like it fixed the problem. |
@nefelim4ag you forgot to use the |
Yep, it's works And run successfully on arm |
Added CI to build a docker image on the tag