-
Notifications
You must be signed in to change notification settings - Fork 16
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
v0.6.1 linux x86_64 binary fails on ubuntu 22.04 #29
Comments
Can you provide the error message |
When I run on an x86_64 ubuntu v22.04, this is the error I get when executing the binary: |
are you sure you are using correct binary. can you download the same binary from release v0.6.0 and test it |
Yes, I tried using the v0.6.0 and it works. |
Same thing for us - running in GHA, downloading from releases, getting the same error.
More info:
|
Due to the recent change in the "ubuntu-latest" image tag used in Github Actions from 22.04 to 24.04, the latest binary has started to fail in ubuntu 22.04.
The suggested solution for backward compatibility is to change the image tag used to ubuntu-22.04 instead of ubuntu-latest in the github actions workflows file.
Ref: actions/runner-images#10636
EDIT: When I run on an x86_64 ubuntu v22.04, this is the error I get when executing the binary:
boon: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38 not found (required by boon)
The text was updated successfully, but these errors were encountered: