Skip to content

Compile on Debian images

Tomas Barton requested to merge bartontomas/kphotoalbum:ci-debian into master

Ubuntu currently has only fixed tags on Docker hub, like ubuntu:20.04 which will be outdated next year when another LTS comes out. Debian has stable and testing tags which points to current version. Ubuntu LTS is based either on stable or testing, depending on Debian release cycle. This way different versions of e.g. gcc (8 and 10) will be tested.

Merge request reports