diff options
author | jak1 <mike.wollmann@gmail.com> | 2021-03-23 14:41:16 +0100 |
---|---|---|
committer | jak1 <mike.wollmann@gmail.com> | 2021-03-23 14:41:16 +0100 |
commit | 6e256f7f6a61af32dfa6104c94739965a224c549 (patch) | |
tree | e8fe8e86e6977b87011e04f9a2388c3b055c6022 /.gitlab-ci.yml | |
parent | 5a4b686c368ce76eb35cf4759e0a866b50ddd7ce (diff) | |
download | docker-windows-builder-6e256f7f6a61af32dfa6104c94739965a224c549.tar.gz docker-windows-builder-6e256f7f6a61af32dfa6104c94739965a224c549.tar.bz2 docker-windows-builder-6e256f7f6a61af32dfa6104c94739965a224c549.tar.xz docker-windows-builder-6e256f7f6a61af32dfa6104c94739965a224c549.zip |
added runner note for future build-env./registry builds
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e29ada..6e5b324 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,6 +72,9 @@ pages: - rm -rf ~/.ssh <<: *job-deploy +# note: i guess mxe dl build and patch takes to long, ci allows 'only' 3hours, +# there runners are still overwhelmed from building simple stuff +# may using own runner could make it work a bit faster registry_deploy: image: alpine stage: deploy |