not building windows-docker files
This commit is contained in:
parent
d6f27133ea
commit
7e19bbd5c2
1 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue