Skip to content

.gitlab-ci.yml: Allow building under docker

  • use debian unstable docker image
  • use block scalar indicator to avoid awkward quoting
  • mount binfmt_misc
  • make installing dependencies more explicit

With these changes, the reform-system-image gitlab CI pipeline can run in a gitlab docker runner:

Using docker would allow us to enable CI for more repositories and allow for CI runs for each merge request.

Merge request reports