transmission-remote-gui / transgui

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
GNU General Public License v2.0
3.23k stars 280 forks source link

See if we can build linux release via the official fpc Docker image #1458

Open PeterDaveHello opened 1 year ago

PeterDaveHello commented 1 year ago

There's an official fpc Docker image since about 1 year ago:

Currently we build linux binary inside Docker container environment using Debian image(https://github.com/transmission-remote-gui/transgui/blob/master/.travis.yml), maybe switching to official fpc image will make the build process easier, and the fpc version more up-to-date.