mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
Build ubuntu runtime docker
This commit is contained in:
parent
03a1e07fa3
commit
71b1b352ee
1 changed files with 12 additions and 0 deletions
|
@ -93,6 +93,18 @@ fedora amd64 build docker:
|
|||
changes:
|
||||
- 'docker/build-base-images/Dockerfile-fedora'
|
||||
|
||||
ubuntu amd64 run docker:
|
||||
stage: "build runtime"
|
||||
variables:
|
||||
ARCH: "amd64"
|
||||
TAG: "ubuntu-runtime"
|
||||
CONTEXT_DIR: "docker/runtime-images/"
|
||||
DOCKERFILE: "docker/runtime-images/Dockerfile-ubuntu"
|
||||
extends: .base
|
||||
only:
|
||||
changes:
|
||||
- 'docker/runtime-images/Dockerfile-ubuntu'
|
||||
|
||||
include: "gitlab/ci_template.yml"
|
||||
|
||||
# Test the build job against the latest build image tag and the local manifest
|
||||
|
|
Loading…
Reference in a new issue