Hi,
<snip>
> container:
> image: ${{ matrix.container }}
> env: ${{ matrix.env }}
> + options: --security-opt seccomp=unconfined
Alternatively 'options: --privileged' could be used (to run privileged
container), IMHO does not matter which of these we take.
Kind regards,
Petr