ci: Set DEFAULT_BRANCH for windows image to gstreamer stable

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1430>
This commit is contained in:
Jordan Petridis 2024-04-28 10:14:29 +03:00 committed by Sebastian Dröge
parent cca58ce1ff
commit a0a23c6f45
2 changed files with 2 additions and 2 deletions

View file

@ -514,7 +514,7 @@ pages:
# We also don't need a CONTEXT_DIR var as its also # We also don't need a CONTEXT_DIR var as its also
# hardcoded to be windows-docker/ # hardcoded to be windows-docker/
DOCKERFILE: 'ci/windows-docker/Dockerfile' DOCKERFILE: 'ci/windows-docker/Dockerfile'
GST_UPSTREAM_BRANCH: 'main' GST_UPSTREAM_BRANCH: '1.24'
tags: tags:
- 'windows' - 'windows'
- 'shell' - 'shell'

View file

@ -1,4 +1,4 @@
variables: variables:
GST_RS_IMG_TAG: "2024-04-10.0-0.22" GST_RS_IMG_TAG: "2024-04-28.0-0.22"
GST_RS_STABLE: "1.77.2" GST_RS_STABLE: "1.77.2"
GST_RS_MSRV: "1.70.0" GST_RS_MSRV: "1.70.0"