-
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
v4.1.0 static binary is windows not linux #14201
Comments
Which steps did you take to determine this? I do not observe an issue when using |
downloaded the release artifact
|
@mheon PTAL I think we had the same problem before? |
I encountered the same problem, and I get #13557 when using 4.0.2 which is the latest Linux static binary. So 4.X is not really usable for me on linux :) |
Yep, that's definitely Windows. I built the artifacts with the following command:
Let's see if changing the order they're built in is a temporary fix... |
Changing the order does not resolve the problem; seemingly one of the later targets either removes it, or it's not built at all. Fun. |
@mheon Can you force a fix up to github? |
We should get a fix into the Makefile first so this does not happen again. I'll see what I can do about that. |
Some of the targets overwrite $GOOS. Since podman-remote-static should always build for linux we can force linux GOOS here. Fixes containers#14201 Signed-off-by: Paul Holzinger <[email protected]>
Discussed in #14200
Originally posted by gmarcy May 11, 2022
The text was updated successfully, but these errors were encountered: