not building windows-docker files

This commit is contained in:
Bert van der Weerd 2023-02-16 13:16:28 +01:00
parent d6f27133ea
commit 7e19bbd5c2
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -3,11 +3,13 @@ stages:
- build
- release
Build Docker Images:
# Notes; we want short labes so we can see what is what, and
# allow image builds on all branches because don't wan to
# deal with them on the master branch
Images:
stage: images
when: manual
only:
- master
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
tags: [autoscale]
parallel:
@ -23,7 +25,6 @@ Build Docker Images:
- macos-x86_64
- macos-aarch64
- dind
- windows
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com
- make docker-$DISTRO
@ -45,8 +46,6 @@ Build:
- fedora36
- macos-x86_64
- macos-aarch64
# Currently broken :(
# - windows
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
tags:
- autoscale