You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These two docker images can actually only construct native images that are executable only on Linux.
It would be nice if we could add a platform image of windows/amd64 to ghcr.io/graalvm/native-image-community. I am referring to the so-called windows container in https://github.com/microsoft/Windows-Containers . In this way, those who want to test building Native Images through Windows do not need to download Visual Studio 2022 on their devices. Docker CE / Moby, Containerd, Docker Desktop or Mirantis Container Runtime all have Windows native container runtime implementations.
linux/amd64andlinux/arm64platform images are available.windows/amd64toghcr.io/graalvm/native-image-community. I am referring to the so-called windows container in https://github.com/microsoft/Windows-Containers . In this way, those who want to test building Native Images through Windows do not need to download Visual Studio 2022 on their devices.Docker CE / Moby,Containerd,Docker DesktoporMirantis Container Runtimeall have Windows native container runtime implementations.