Skip to content

Commit

Permalink
chore(native-arm): add mvn profile for native arm images using an exp…
Browse files Browse the repository at this point in the history
…erimental builder

* see: https://github.com/dashaun/paketo-arm64
  • Loading branch information
DarkAtra committed Sep 14, 2023
1 parent 28a489c commit 0ea1801
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,21 @@
</plugins>
</build>
</profile>
<profile>
<id>arm64</id>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<image>
<builder>dashaun/builder:tiny</builder>
</image>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 0ea1801

Please sign in to comment.