Skip to content

Commit 527a2c2

Browse files
author
Enrico Martelli
committed
Fix FFmpeg Docker create command to use 'linux' platform
1 parent 0815f40 commit 527a2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup FFmpeg
2727
shell: bash
2828
run: |
29-
docker create --name ffmpeg --platform linux/amd64 mwader/static-ffmpeg:7.0.2
29+
docker create --name ffmpeg --platform linux mwader/static-ffmpeg:7.0.2
3030
docker cp ffmpeg:/ffmpeg ffmpeg
3131
docker cp ffmpeg:/ffprobe ffprobe
3232
docker rm -f ffmpeg

0 commit comments

Comments
 (0)