Update Dockerfile.native

This commit is contained in:
Yang Yang
2024-03-06 08:45:42 +08:00
committed by GitHub
parent c11fdcebda
commit ceb087c571

View File

@@ -9,7 +9,7 @@ COPY . /build
# Build with a more generic CPU target
RUN chmod +x mvnw && \
./mvnw --no-transfer-progress package -Pnative \
./mvnw package -Pnative \
-Dquarkus.native.additional-build-args=-H:-UseAdvancedInstructionSets && \
rm -rf /root/.m2