tinkerbell / pbnj

Service for interacting with BMCs
Apache License 2.0
104 stars 36 forks source link

multi-arch support #6

Open displague opened 4 years ago

displague commented 4 years ago

Expected Behaviour

PBNJ should be available for use in ARM based environments.

Current Behaviour

PBNJ is only available for amd64. https://quay.io/repository/tinkerbell/pbnj?tab=tags does not show multiple Linux penguin logos per tag, which indicates a multi-arch build.

Context

https://github.com/tinkerbell/tink/issues/226

Your Environment

displague commented 2 years ago

@jacobweinstock points out that the Go code is portable but ipmitool is a binary added to the image, which is not architecture dependent (not-ARM).