tinkerbell / rufio

Kubernetes Controller for BMC Interactions
Apache License 2.0
37 stars 16 forks source link

ARM Image fails to run on ARM #74

Closed christianhuening closed 1 year ago

christianhuening commented 1 year ago

Expected Behaviour

rufio runs on ARM64 systems like the raspberry pi

Current Behaviour

The image being build is apparently not arm64 compatible (exec format error)

Possible Solution

Build multiarch so also arm is supported?

Context

I am trying to run tinkerbell on raspberry pi's

Your Environment

K3s on RPi's

chrisdoherty4 commented 1 year ago

Thanks @christianhuening. Will look into it.

chrisdoherty4 commented 1 year ago

@christianhuening, did you use the images from quay.io or build them yourself?

christianhuening commented 1 year ago

From quay.io

jacobweinstock commented 1 year ago

Hey @christianhuening, the latest image, just pushed, is working for me on arm64. Give it a try!

christianhuening commented 1 year ago

thanks @jacobweinstock @chrisdoherty4 ! This works like a charm!