Skip to content

Commit

Permalink
Trigger arm64 together w/ amd64 image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dotWee committed Jun 8, 2023
1 parent e2a84d7 commit 7dbdb3e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions idp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@
<VERSION>${project.version}</VERSION>
<COMMIT_HASH>${commit_hash}</COMMIT_HASH>
</args>

<buildx>
<platforms>
<platform>linux/amd64</platform>
<platform>linux/arm64</platform>
</platforms>
</buildx>
</build>
<name>${docker.image.name.smartcard}:${project.version}</name>
</image>
Expand Down

0 comments on commit 7dbdb3e

Please sign in to comment.