Skip to content

Commit 0815f40

Browse files
author
Enrico Martelli
committed
Add --platform flag to FFmpeg Docker create command in unit test workflow
1 parent b42b218 commit 0815f40

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 mwader/static-ffmpeg:7.0.2
29+
docker create --name ffmpeg --platform linux/amd64 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)