Skip to content

Commit b23b129

Browse files
authored
Fix qemu to v7 (#1231)
1 parent 4d5cc9f commit b23b129

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/raspberry-pi.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: Set up QEMU
3333
uses: docker/setup-qemu-action@v3
34+
with:
35+
image: tonistiigi/binfmt:qemu-v7.0.0-28
3436

3537
- name: Set up Docker Buildx
3638
uses: docker/setup-buildx-action@v3
@@ -61,13 +63,13 @@ jobs:
6163
gstreamer1.0-tools gstreamer1.0-omx-generic \
6264
libcurl4-openssl-dev libgstreamer1.0-dev \
6365
libgstreamer-plugins-base1.0-dev liblog4cplus-dev \
64-
libssl-dev pkg-config openssl
66+
libssl-dev pkg-config
6567
6668
mkdir -p build
6769
cd build
6870
6971
cmake .. -DBUILD_GSTREAMER_PLUGIN=ON -DBUILD_DEPENDENCIES=OFF -DALIGNED_MEMORY_MODEL=ON
70-
make -j$(nproc)
72+
make
7173
7274
export GST_PLUGIN_PATH=$(pwd)
7375

0 commit comments

Comments
 (0)