Skip to content

Commit 192fdf6

Browse files
committed
revertme: build just riscv64
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 95470a8 commit 192fdf6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-ffmpeg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
workflow_dispatch:
1818
jobs:
1919
build:
20+
if: false
2021
runs-on: ${{ matrix.os }}
2122
strategy:
2223
fail-fast: false
@@ -104,7 +105,7 @@ jobs:
104105
matrix:
105106
build: [ "manylinux_", "musllinux_" ]
106107
# arch: [ "loongarch64", "ppc64le", "riscv64", "s390x" ]
107-
arch: [ "ppc64le", "riscv64" ]
108+
arch: [ "riscv64" ]
108109
steps:
109110
- uses: actions/checkout@v6
110111
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)