-
Notifications
You must be signed in to change notification settings - Fork 1
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
Build docker image for multi-platform #512
Comments
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Velociraptor45
added a commit
that referenced
this issue
Sep 6, 2024
Turns out that there is a bug in NuGet when trying to restore on linux/arm64. This comment here summed up a fix in the Dockerfile that solved the issue: NuGet/Home#12227 (comment) You furthermore have to set up QEMU & buildx in the pipeline: https://docs.docker.com/build/ci/github-actions/multi-platform/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Atm the docker image is only built for amd64 in the GitHub Actions pipeline, but multi-platform build can be enabled: https://docs.docker.com/build/building/multi-platform/
The text was updated successfully, but these errors were encountered: