-
Notifications
You must be signed in to change notification settings - Fork 50
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
ghactions: Misc cleanups #274
Conversation
This will ensure they get into our release assets, and may eventually help removing manual builds from podman Makefile: https://github.com/containers/podman/blob/2806378c1a21f3ed55dfff2f32ef98ab0d9eec23/Makefile#L775-L787 After this commit, we'll build both gvproxy-windows.exe and gvproxy-windowsgui.exe, the former can be started from a console, and the latter will run in the background. Signed-off-by: Christophe Fergeau <[email protected]>
The manual `go build` invocation is duplicating what is already being done in the Makefile Signed-off-by: Christophe Fergeau <[email protected]>
The macOS version should not matter for our tests. If we don't hardcode a version, we don't need to update it ourselves when it's obsoleted. Signed-off-by: Christophe Fergeau <[email protected]>
It's used on purpose, see commit 428c400 and containers#256 Signed-off-by: Christophe Fergeau <[email protected]>
/lgtm |
@@ -9,7 +9,7 @@ on: | |||
jobs: | |||
|
|||
build: | |||
runs-on: ubuntu-20.04 | |||
runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018a |
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.
👍🏼
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cfergeau, praveenkumar 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 |
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.
/lgtm
Slightly belated ;-) Had seen the discussion and agreed to this already.
The main goal is to have win-sshproxy and gvproxy build with -Hwindowsgui as part of our build artifacts.
This makes them easier to include in our releases, and to provide them for use by podman.