CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
21.56k stars 2.58k forks source link

[OTHER] Could we have Armv7 docker images support? #720

Open SoraKasvgano opened 11 months ago

SoraKasvgano commented 11 months ago

Great thanks for this convenient tool....

but i found i can't deploy it using docker on Armv7(armbian) board.........

Could we have armv7 docker image support.......

Numerous thanks.....

SoraKasvgano commented 10 months ago

@CorentinTh Excuse me,bro, it looks like armv7 has been merged, but the images on hub.docker.com doesn't have armv7 tag yet .....

CorentinTh commented 10 months ago

Hi @SoraKasvgano

Yeah their was an issue with how QEMU was handling cross plateform build, I had to rollback the creation of the armv7 version as it was also preventing the build of other images...

With the actual flow, its not possible to build armv7 image as long as QEMU fixs the bug, I'm keep an eye on it and will look for alternatives

(related to https://github.com/nodejs/docker-node/issues/1946 and https://github.com/nodejs/docker-node/issues/1973 )

SoraKasvgano commented 10 months ago

Hi @SoraKasvgano

Yeah their was an issue with how QEMU was handling cross plateform build, I had to rollback the creation of the armv7 version as it was also preventing the build of other images...

With the actual flow, its not possible to build armv7 image as long as QEMU fixs the bug, I'm keep an eye on it and will look for alternatives

(related to nodejs/docker-node#1946 and nodejs/docker-node#1973 )

get it ! thanks!!!