mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.41k stars 435 forks source link

Add `linux-docker` makefile target to build AppImage inside docker container #2354

Closed carlosperate closed 1 year ago

carlosperate commented 1 year ago

CI builds the Mu AppImage with this Docker image to maximise compatibility with older linux operating systems: https://github.com/mu-editor/docker-mu-appimage

We should add an entry in the Makefile to build an AppImage locally with docker as well.

carlosperate commented 1 year ago

Implemented in: