Skip to content

Commit d814db4

Browse files
authored
removed CentOS 8
1 parent 21c3401 commit d814db4

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -103,30 +103,6 @@ jobs:
103103
run: |
104104
docker run --rm ffmpeg:cuda-ubuntu -buildconf
105105
106-
build-cuda-centos-docker:
107-
name: build in centos docker with cuda
108-
runs-on: ubuntu-20.04
109-
steps:
110-
- name: Checkout code
111-
uses: actions/checkout@v2
112-
113-
- name: pull base image
114-
id: cuda_centos_pull
115-
run: |
116-
docker pull nvidia/cuda:11.4.2-devel-centos8
117-
docker pull centos:8
118-
- name: run if cuda_centos_pull failed
119-
if: failure() && steps.cuda_centos_pull.outcome == 'failure'
120-
run: |
121-
docker pull nvidia/cuda:11.4.2-devel-centos8
122-
docker pull centos:8
123-
- name: build ffmpeg
124-
run: |
125-
docker build -t ffmpeg:cuda-centos -f cuda-centos.dockerfile .
126-
- name: test run ffmepg
127-
run: |
128-
docker run --rm ffmpeg:cuda-centos -buildconf
129-
130106
build-full-static:
131107
name: full static build in docker
132108
runs-on: ubuntu-20.04
@@ -147,4 +123,4 @@ jobs:
147123
docker build -t ffmpeg:cuda-static -f full-static.dockerfile .
148124
- name: test run ffmepg
149125
run: |
150-
docker run --rm ffmpeg:cuda-static -buildconf
126+
docker run --rm ffmpeg:cuda-static -buildconf

0 commit comments

Comments
 (0)