We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See the comment at #222 (comment): It would be nice to build a native Windows container as part of the multi-platform build/release.
buildx currently doesn't support Windows containers out of the box, so some custom build steps will be necessary. See docker/build-push-action#18 for details. There are workarounds possible, see https://github.com/docker-client/echo-server/blob/main/.github/workflows/release.yml#L89 for an example in one of my personal projects.
buildx
Windows native containers would require Windows native shell scripts, so there's more to do before going all in on Windows native containers.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See the comment at #222 (comment):
It would be nice to build a native Windows container as part of the multi-platform build/release.
buildx
currently doesn't support Windows containers out of the box, so some custom build steps will be necessary. See docker/build-push-action#18 for details. There are workarounds possible, see https://github.com/docker-client/echo-server/blob/main/.github/workflows/release.yml#L89 for an example in one of my personal projects.Windows native containers would require Windows native shell scripts, so there's more to do before going all in on Windows native containers.
The text was updated successfully, but these errors were encountered: