mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
CI: Add cerbero docker SHA
No job activated yet.
This commit is contained in:
parent
d19082b726
commit
4291812f75
1 changed files with 8 additions and 1 deletions
|
@ -218,8 +218,15 @@ build android arm64 api28:
|
||||||
CONFIG: "linux.config"
|
CONFIG: "linux.config"
|
||||||
ARCH: "linux_x86_64"
|
ARCH: "linux_x86_64"
|
||||||
|
|
||||||
|
.cerbero deps fedora x86_64:
|
||||||
|
extends: '.cerbero deps'
|
||||||
|
image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/cerbero-fedora:d19082b72667fb3382bdc3621520c4d26e258b2e'
|
||||||
|
variables:
|
||||||
|
CONFIG: "linux.config"
|
||||||
|
ARCH: "linux_x86_64"
|
||||||
|
|
||||||
# FIXME uncomment and set the SHA when docker is ready
|
# FIXME uncomment and set the SHA when docker is ready
|
||||||
# This indirection allow overriding the image without passing again CONFIG and ARCH
|
# This indirection allow overriding the image without passing again CONFIG and ARCH
|
||||||
#build cerbero fedora x86_64:
|
#build cerbero fedora x86_64:
|
||||||
# image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/cerbero-fedora:SHA'
|
# image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/cerbero-fedora:d19082b72667fb3382bdc3621520c4d26e258b2e'
|
||||||
# extends: '.build cerbero fedora x86_64'
|
# extends: '.build cerbero fedora x86_64'
|
||||||
|
|
Loading…
Reference in a new issue