xen-orchestra-docker icon indicating copy to clipboard operation
xen-orchestra-docker copied to clipboard

arm64 build failing

Open nuentes opened this issue 2 years ago • 9 comments

I noticed the last 3 workflows have failed, and my container now hasn't updated in nearly a month. Can you take a look?

nuentes avatar Oct 11 '22 14:10 nuentes

Hi,

thanks. For some reason i haven’t received notifications for these. I’ll take a look asap.

ronivay avatar Oct 11 '22 14:10 ronivay

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.

ronivay avatar Oct 11 '22 15:10 ronivay

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.

ronivay avatar Oct 11 '22 15:10 ronivay

Much appreciated!

nuentes avatar Oct 11 '22 17:10 nuentes

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?

Paulladium46 avatar Apr 11 '23 16:04 Paulladium46

Seems that the linked PR was abandoned. I wouldn't keep hopes up that this will get fixed any time soon.

ronivay avatar Apr 11 '23 17:04 ronivay

any update on this?

stoneobscurity avatar Jun 09 '23 18:06 stoneobscurity

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.

ronivay avatar Jun 09 '23 18:06 ronivay

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.

AndreiTelteu avatar May 27 '24 15:05 AndreiTelteu