Skip to content

Commit

Permalink
chore: build native image with march=compatibility to support older cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Aug 8, 2024
1 parent d050e27 commit 7771423
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<buildArgs combine.children="append">
<arg>-march=compatibility</arg>
</buildArgs>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 7771423

Please sign in to comment.