added docker-win64 and win64

This commit is contained in:
Bert van der Weerd 2022-09-29 00:06:13 +02:00
parent 93ce41979c
commit 7fc6291973
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -4,6 +4,7 @@ stages:
- release
- deploy
Build Docker Images:
stage: images
when: manual
@ -73,6 +74,26 @@ Build:
reports:
dotenv: variables.env
docker-win64:
stage: images
when: manual
only:
- win64
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD registry.gitlab.com
- make docker-win64
- docker push registry.gitlab.com/librewolf-community/browser/bsys5/win64:latest
win64:
stage: build
when: manual
only:
- win64
image: registry.gitlab.com/librewolf-community/browser/bsys5/win64:latest
tags:
- autoscale
script:
- make win64
Release:
stage: release
when: manual