This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
velero-backup-notification doesnt work with Graviton node #7
Comments
Hi, you need to build the image for ARM to work on that architecture :) |
@vitobotta i download the image as here is the inspect of the image `[
]` |
Ah sorry by bad, the problem is the binary itself. It would need to be compiled for ARM to work on that architecture, so it's not just the image. |
@vitobotta thanks! |
You need an ARM Linux machine with Crystal installed, better if with Alpine Linux so you can compile a static binary, then run: shards install --without-development
crystal build src/hetzner-k3s.cr --release --static Then build the Docker image with the binary that it creates and the Dockerfile in this repo. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey @vitobotta ,
im having issue with velero-notifications.
im using velero-backup-notifiaction , until now i worked with
amd64
arch nodes and it worked amazingi changed the arch of my nodes to
graviton
(arm64
) and it stopped working , i get this error:exec /velero-notifications: exec format error
The text was updated successfully, but these errors were encountered: