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
|
- build
|
||||||
- release
|
- 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
|
stage: images
|
||||||
when: manual
|
when: manual
|
||||||
only:
|
|
||||||
- master
|
|
||||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||||
tags: [autoscale]
|
tags: [autoscale]
|
||||||
parallel:
|
parallel:
|
||||||
|
|
@ -23,7 +25,6 @@ Build Docker Images:
|
||||||
- macos-x86_64
|
- macos-x86_64
|
||||||
- macos-aarch64
|
- macos-aarch64
|
||||||
- dind
|
- dind
|
||||||
- windows
|
|
||||||
script:
|
script:
|
||||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com
|
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com
|
||||||
- make docker-$DISTRO
|
- make docker-$DISTRO
|
||||||
|
|
@ -45,8 +46,6 @@ Build:
|
||||||
- fedora36
|
- fedora36
|
||||||
- macos-x86_64
|
- macos-x86_64
|
||||||
- macos-aarch64
|
- macos-aarch64
|
||||||
# Currently broken :(
|
|
||||||
# - windows
|
|
||||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||||
tags:
|
tags:
|
||||||
- autoscale
|
- autoscale
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue