Add QEMU_CPU=max for better emulation compatibility during cross-compilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user