xen-orchestra-docker
xen-orchestra-docker copied to clipboard
arm64 build failing
I noticed the last 3 workflows have failed, and my container now hasn't updated in nearly a month. Can you take a look?
Hi,
thanks. For some reason i haven’t received notifications for these. I’ll take a look asap.
Yep it seems that arm64 build is failing and therefore the entire workflow fails and no updated images are pushed.
error:
#12 54.51 /usr/bin/ld: /etc/xen-orchestra/node_modules/fuse-shared-library-linux/libfuse/lib/libfuse.so: error adding symbols: file in wrong format
Looks like XO team is aware of this and there is a related PR open already: https://github.com/vatesfr/xen-orchestra/pull/6431
I need to disable arm64 arch from the workflow for now.
There's now new latest/5.103.1
tags available for linux/amd64
. I'll keep this issue open once the arm64 build works again.
Much appreciated!
Looks like XO team is aware of this and there is a related PR open already: vatesfr/xen-orchestra#6431
Hi,
The above PR has been closed. Has this issue been resolved?
Seems that the linked PR was abandoned. I wouldn't keep hopes up that this will get fixed any time soon.
any update on this?
Not really, keeping it here as a reference for now. I'm afraid it can't be fixed in this build if root cause is incompatible XO dependency.
I have a fork with working ARM build, tested on my Raspberry PI. https://github.com/AndreiTelteu/xen-orchestra-docker-arm Is anyone interested in testing and feedback ? If it works well I would make a PR to fix this here.