Skip to content

Commit

Permalink
using dual arch
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed May 14, 2024
1 parent 86a7812 commit b3e0223
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion java/native-image/spring-boot-native-image-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>io.paketo</groupId>
Expand Down Expand Up @@ -48,6 +48,14 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<image>
<buildpacks>
<buildpack>paketobuildpacks/java-native-image:beta</buildpack>
</buildpacks>
<builder>paketobuildpacks/builder-jammy-buildpackless-tiny</builder>
</image>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b3e0223

Please sign in to comment.