Update docker-build-multiarch.yml

This commit is contained in:
2025-10-31 21:33:21 -07:00
parent 21aa70b37b
commit 47ffccecd8
2 changed files with 38 additions and 14 deletions

View File

@@ -129,7 +129,7 @@ RUN git clone https://github.com/stevenlovegrove/Pangolin.git && \
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 \
-DCMAKE_DISABLE_FIND_PACKAGE_OpenEXR=ON \
# -DBUILD_EXAMPLES=OFF -DBUILD_TOOLS=OFF \
-DBUILD_EXAMPLES=OFF -DBUILD_TOOLS=OFF \
.. && \
make -j2 && \
make install && \