-
Notifications
You must be signed in to change notification settings - Fork 149
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
arm64 image is not actually arm64; binaries are x86-64 #42
Comments
Can confirm, doesn't work on a Raspberry Pi 4 with aarch64
|
Indeed, wrong architecture. was looking for an arm version. |
@Heire I fixed it with my pull request, maybe you can test my image https://hub.docker.com/r/linkvt/osixia_keepalived/tags?page=1&ordering=last_updated (stable tag) and maybe comment in referenced PR to confirm if it works for you. |
Confirmed. The arm64/v8 image is actually amd64. |
I found this issue too, I'm rebuilding the images with latest Alpine and Keepalived, you can find it at https://hub.docker.com/r/lettore/keepalived/tags tag is x.xx-y.yy.y where x is Alpine version and y Keepalived version. |
Can confirm pulling different digests also results in pulling the non arm image |
Hi. Confirmed even for armv7 image |
This is probably the same problem as #35, but that seems to be focused on arm32; arm64 is also affected.
The text was updated successfully, but these errors were encountered: