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 4d5cc9f commit b23b129Copy full SHA for b23b129
.github/workflows/raspberry-pi.yaml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Set up QEMU
33
uses: docker/setup-qemu-action@v3
34
+ with:
35
+ image: tonistiigi/binfmt:qemu-v7.0.0-28
36
37
- name: Set up Docker Buildx
38
uses: docker/setup-buildx-action@v3
@@ -61,13 +63,13 @@ jobs:
61
63
gstreamer1.0-tools gstreamer1.0-omx-generic \
62
64
libcurl4-openssl-dev libgstreamer1.0-dev \
65
libgstreamer-plugins-base1.0-dev liblog4cplus-dev \
- libssl-dev pkg-config openssl
66
+ libssl-dev pkg-config
67
68
mkdir -p build
69
cd build
70
71
cmake .. -DBUILD_GSTREAMER_PLUGIN=ON -DBUILD_DEPENDENCIES=OFF -DALIGNED_MEMORY_MODEL=ON
- make -j$(nproc)
72
+ make
73
74
export GST_PLUGIN_PATH=$(pwd)
75
0 commit comments