We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bbd1f commit 4930e4fCopy full SHA for 4930e4f
.github/workflows/unit-test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup FFmpeg
28
shell: bash
29
run: |
30
- docker run --rm -v "$PWD:/out" $(echo -e 'FROM alpine\nCOPY --from=mwader/static-ffmpeg:7.0.2 /ff* /\nENTRYPOINT cp /ff* /out' | docker build --platform=linux -q -)
+ docker run --rm -v "$PWD:/out" $(echo -e 'FROM alpine\nCOPY --from=mwader/static-ffmpeg:7.0.2 /ff* /\nENTRYPOINT cp /ff* /out' | docker build --experimental -q -)
31
echo "$PWD" >> "$GITHUB_PATH"
32
33
- name: Setup Java
0 commit comments