Add QEMU_CPU=max for better emulation compatibility during cross-compilation

This commit is contained in:
2026-04-02 22:47:53 +00:00
parent 2ed1b1e2dd
commit 866c9d9db8

View File

@@ -32,6 +32,7 @@ RUN rm -rf /var/cache/apt/archives
# Set compiler paths
ENV CC=gcc
ENV CXX=g++
ENV QEMU_CPU=max
# Install uv
RUN curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR=/usr/local/bin sh