-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
enable podman-remote on windows #3031
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: baude The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM |
@vrothberg what do i have to do to make the world happy here? |
I really don't like moving code around for the vague goal of 'making it compile' with no further logic. We already have a bunch of |
☔ The latest upstream changes (presumably #3016) made this pull request unmergeable. Please resolve the merge conflicts. |
@@ -0,0 +1,39 @@ | |||
// +build linux darwin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop Darwin, make this utils_linux.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mheon i cannot do that one yet ... it dives deep into oci and runtime.go respectively. How about a TODO and gimmie a pass on this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alright. I'll request a rename to utils_unix.go
still, but I'm good to merge once that happens
build a podman-remote binary for windows that allows users to use the remote client on windows and interact with podman on linux system. Signed-off-by: baude <[email protected]>
I'm going to regret merging this before my stuff (merge conflicts are gonna hurt), but ah well |
it's you or me! today it's you! |
build a podman-remote binary for windows that allows users to use the
remote client on windows and interact with podman on linux system.
Signed-off-by: baude [email protected]