-
Notifications
You must be signed in to change notification settings - Fork 54
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
Document new binary requirements #256
Comments
I don't think there ever were linux-arm64 builds with releases (0.6.2 did not have it), but I can add one in the future. |
The binaries are built in github actions on an |
We use the binaries built on github actions for releases, and binaries built on newer ubuntus/libc may not work on older ubuntus: containers#256 This commit switches from an ubuntu-latest image to ubuntu-20.04 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This was requested in containers#256 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Thanks! |
This was requested in containers#256 The arm64 binary is named gvproxy-linux-arm64, and the amd64 binary is renamed to gvproxy-linux-amd64 for consistency. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
We use the binaries built on github actions for releases, and binaries built on newer ubuntus/libc may not work on older ubuntus: containers#256 This commit switches from an ubuntu-latest image to ubuntu-20.04 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This was requested in containers#256 The arm64 binary is named gvproxy-linux-arm64, and the amd64 binary is renamed to gvproxy-linux-amd64 for consistency. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
It's used on purpose, see commit 428c400 and containers#256
It's used on purpose, see commit 428c400 and containers#256
It's used on purpose, see commit 428c400 and containers#256
It's used on purpose, see commit 428c400 and containers#256 Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This reverts commit 2959505. We prefer to stick with older ubuntu releases for building because of containers#256 The issue with qemu with ubuntu 20.04 was fixed with containers@fe7285a8a6a Ubuntu 20.04 will be EOL'ed in April and the runner images will also go away so we'll need to revisit this: actions/runner-images#11101 Some options are to switch to Ubuntu 22.04 for our builds, or to look into having pure go builds or statically linked builds, ... Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This reverts commit 2959505. We prefer to stick with older ubuntu releases for building because of containers#256 The issue with qemu with ubuntu 20.04 was fixed with containers@fe7285a8a6a Ubuntu 20.04 will be EOL'ed in April and the runner images will also go away so we'll need to revisit this: actions/runner-images#11101 Some options are to switch to Ubuntu 22.04 for our builds, or to look into having pure go builds or statically linked builds, ... Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This reverts commit 2959505. We prefer to stick with older ubuntu releases for building because of #256 The issue with qemu with ubuntu 20.04 was fixed with fe7285a8a6a Ubuntu 20.04 will be EOL'ed in April and the runner images will also go away so we'll need to revisit this: actions/runner-images#11101 Some options are to switch to Ubuntu 22.04 for our builds, or to look into having pure go builds or statically linked builds, ... Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
The old
gvproxy
0.6.2 also ran on Ubuntu 20.04 (glibc 2.31)But the new
gvproxy
0.7.0 requires Ubuntu 22.04 (glibc 2.35)The arch variants seem to be missing, as well:
gvproxy-linux-amd64
gvproxy-linux-arm64
Building from source code instead worked...
The text was updated successfully, but these errors were encountered: