intelligent-agent / Reflash

Flasher image for Refactor distro for use with Recore 3D printer board
GNU Affero General Public License v3.0
1 stars 0 forks source link

mkimage.sh is dependent on the host platform. #78

Closed eliasbakken closed 1 month ago

eliasbakken commented 1 month ago

When running the script mkimage.sh the resulting image is dependent on the platform it is being run from. On "ubuntu-latest" this is different than on debian 12. It would be good to run the script in a docker container similar to what is done for Armbian.

eliasbakken commented 1 month ago

Seems to work now