Code: Select all
native
org.graalvm.buildtools
native-maven-plugin
build
--march=x86-64
org.springframework.boot
spring-boot-maven-plugin
process-aot
native
< /code>
Auch auf unterschiedliche Weise mit dem Befehl Build: < /p>
mvn -B -P native spring-boot:build-image -Dspring-boot.build-image.nativeArgs="--march=x86_64"
mvn -B -P native spring-boot:build-image -Dspring-boot.build-image.nativeArgs=--march=x86_64
mvn -B -P native spring-boot:build-image -Dspring.native.build-args=--march=x86-64
Code: Select all
mvn -B -P native spring-boot:build-image -Dspring-boot.build-image.nativeArgs=-march=x86-64
mvn -B -P native spring-boot:build-image -Dspring.native.build-args=-march=x86-64
fehlgeschlagen.
Code: Select all
org.graalvm.buildtools
native-maven-plugin
build
-march=x86-64