Open semirke opened 10 months ago
this might help https://github.com/marketplace/actions/run-on-architecture
Thanks @semirke we will look into it.
Out of interest, have you got Netdisco running on arm64 using the standard install? Have all the dependencies and the app worked OK?
Hi,
I did a clean install on arm64v8/debian image and it installed without any issues following the installation manual, but havent tested the discovery yet.
Thanks :) Semirke
I did some experimenting in my own dockerhub namespace to not mess with things. Unfortunately it's not straightforward to convert the current workflow:
I'd probably try the second variant first. I can't spend much more time on this right now, but if somebody likes to pick it up, here is the partially adapted workflow: https://github.com/rc9000/netdisco/blob/master/.github/workflows/docker-multiarch.yml
Hi, is it possible to build these docker images for ARM64?
Thanks! Semirke