mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 17:41:05 +00:00
ci: Add comments to the windows dockerfile about build-args
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1506>
This commit is contained in:
parent
4696c3c3ce
commit
5623fd18aa
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ FROM "registry.freedesktop.org/gstreamer/gstreamer/amd64/windows:2023-07-17.0-ma
|
|||
|
||||
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||
|
||||
ARG DEFAULT_BRANCH="1.24"
|
||||
# These arguments are always required to be specified with --build-arg
|
||||
# when building the image.
|
||||
# See DOCKER_BUILD_ARGS in .gitlab-ci.yml for an example
|
||||
ARG DEFAULT_BRANCH="invalid"
|
||||
ARG RUST_VERSION="invalid"
|
||||
|
||||
RUN choco install -y pkgconfiglite nasm llvm openssl
|
||||
|
|
Loading…
Reference in a new issue