2
0
mirror of https://github.com/spritsail/plex-media-server.git synced 2024-10-05 05:03:53 +00:00
plex-media-server/.drone.yml
Joe Groocock a2110c9ecc
Add nvidia libraries into :nvidia image
Pull the nvidia encoding and decoding libraries from Debian and include
them in the image.

This change is only a test and doesn't build the base Plex image first,
which the CI pipeline should do when this is merged into pass.

Fixes #34

Signed-off-by: Joe Groocock <me@frebib.net>
2021-06-23 15:01:08 +00:00

40 lines
677 B
YAML

---
kind: pipeline
name: build-nvidia-amd64
platform:
os: linux
arch: amd64
#depends_on:
#- build-amd64
steps:
- name: build
pull: always
image: spritsail/docker-build
settings:
dockerfile: Dockerfile.nvidia
make: true
- name: publish
pull: always
image: spritsail/docker-publish
settings:
repo: spritsail/plex-media-server
tags:
- plexpass-nvidia
- "%label io.spritsail.version.plex | %prefix plexpass-nvidia | %remsuf [0-9a-f]+$ | %auto 2"
login: {from_secret: docker_login}
when:
branch:
- nvidia
event:
- push
---
kind: signature
hmac: d7799de75f1932b1aa3757273cad30c30d56442175e1ca2714720b252f6d7398
...