GitLab CI: Use `matrix` to build for multiple distros
Instead of repeating the job for multiple distros, we can use the new `matrix` functionality to instantiate the job multiple times. Here we use this to build the package for all supported distributions.
Please register or sign in to comment