openwrt / docker

Docker containers of the ImageBuilder and SDK
GNU General Public License v2.0
463 stars 76 forks source link

push linux/arm64 images to dockerhub too #141

Open itay-sho opened 1 month ago

itay-sho commented 1 month ago

I have an ARM64 host looked on Dockerhub and saw that only linux/amd64 images are being pushed.

Is it possible to build the images to linux/arm64 as well? In case there are some missing parts I can try to contribute.

Thank you