Skip to content

Commit

Permalink
explicitly specify multiple amd64 and arm64 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Nov 18, 2023
1 parent 27ee922 commit 5df2525
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,16 @@
<configuration>
<from>
<image>${jib-maven-plugin.image}</image>
<platforms>
<platform>
<architecture>amd64</architecture>
<os>linux</os>
</platform>
<platform>
<architecture>arm64</architecture>
<os>linux</os>
</platform>
</platforms>
</from>
<to>
<image>ghcr.io/camunda-community-hub/zeebe-simple-monitor</image>
Expand Down

0 comments on commit 5df2525

Please sign in to comment.