Update .gitlab-ci.yml

This commit is contained in:
Kai Kriegel 2021-12-14 00:33:30 +00:00
parent 91d0a01c4b
commit 9eb6f1f4ed

View File

@ -96,6 +96,11 @@ build:docker-releases:
- linux
- docker
check:
image: tonistiigi/binfmt
script:
- binfmt --version
build:docker-development:
image: docker:20.10.11