forked from mirrors/gstreamer-rs
ci: Rebuild image for 1.22.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1201>
This commit is contained in:
parent
0f1c937465
commit
f56febfd35
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
variables:
|
||||
GST_RS_IMG_TAG: '2022-12-26.0'
|
||||
GST_RS_IMG_TAG: '2023-01-24.0'
|
||||
GST_RS_STABLE: '1.66.0'
|
||||
GST_RS_MSRV: '1.64.0'
|
||||
|
|
|
@ -9,7 +9,7 @@ pushd .
|
|||
cd ..
|
||||
git clone https://gitlab.freedesktop.org/gstreamer/gstreamer.git \
|
||||
--depth 1 \
|
||||
--branch main
|
||||
--branch 1.22
|
||||
|
||||
cd gstreamer
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2022-12-10.0-ma
|
|||
ENV ErrorActionPreference='Stop'
|
||||
SHELL ["powershell","-NoLogo", "-NonInteractive", "-Command"]
|
||||
|
||||
ARG DEFAULT_BRANCH="main"
|
||||
ARG DEFAULT_BRANCH="1.22"
|
||||
ARG RUST_VERSION="invalid"
|
||||
|
||||
RUN choco install -y pkgconfiglite nasm llvm
|
||||
|
|
Loading…
Reference in a new issue