Compare commits

...

8 commits
master ... dev

Author SHA1 Message Date
hexeth c02c3b81bc
Update docker-image.yml 2022-10-12 08:27:07 -07:00
Matthew 03694f8bc0 fix typo 2022-10-10 14:28:28 -07:00
Matthew f9198cc73f test 2022-10-10 11:43:22 -07:00
Matthew 6730d904cc test 2022-10-10 11:39:33 -07:00
Matthew 0b3439b187 fix typo 2022-10-10 11:36:25 -07:00
Matthew c16eed1f91 add amdgpu 2022-10-10 11:34:29 -07:00
Matthew cea2db5483 Update branch name 2022-10-10 11:07:23 -07:00
Matthew d009ab919e Test different drivers 2022-10-10 11:05:21 -07:00
3 changed files with 15 additions and 4 deletions

View file

@ -4,11 +4,11 @@ on:
push:
branches:
- master
- develop
- dev
pull_request:
branches:
- master
- develop
- dev
jobs:
build:
@ -18,3 +18,11 @@ jobs:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile
- uses: actions/upload-artifact@v3
name: Product artifact of libs
with:
name: dist-without-markdown
path: |
/usr/lib/plexmediaserver/lib/*
/usr/lib/plexmediaserver/lib/dri/*

View file

@ -9,11 +9,11 @@ on:
push:
branches:
- master
- develop
- dev
pull_request:
branches:
- master
- develop
- dev
env:

View file

@ -69,6 +69,8 @@ ARG OUTPUT
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:oibaf/graphics-drivers -y \
&& wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - \
&& echo 'deb [arch=amd64] https://repo.radeon.com/amdgpu/latest/ubuntu focal main' | tee /etc/apt/sources.list.d/rocm.list \
&& apt-get update \
&& apt-get install -y \
vainfo \
@ -76,6 +78,7 @@ RUN apt-get update \
mesa-vdpau-drivers \
libdrm-amdgpu1 \
libavutil56 \
amdgpu \
&& apt-get clean
# Copy lib files