tikoci / netinstall

Makefile for running Mikrotik Netinstall – for shell use and containerization.
https://hub.docker.com/r/ammo74/netinstall
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

Support multiple `ARCH` being lists #4

Open mobileskyfi opened 4 months ago

mobileskyfi commented 4 months ago

Untested. But 7.16beta1 add the option to netinstall-cli so if multiple package architecture are provided, the right one will be selected.

This is helpful here since it mean the container does not have to be restarted for an architecture change. And there was support in the Makefile for this at some point (since I thought it did work before...)

Trickier since it's only in the beta channel right now. So what to do if VER_NETINSTALL is older than 7.16beta1...

Tracking for now... Need to test the underlying netinstall-cli works.