Skip to content

Commit

Permalink
Provide docker image for M1 macbooks (arm64v8) (issue #455)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelmay committed May 4, 2022
1 parent 7f793cf commit fc4259a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions greenmail-docker/standalone/pom.xml
Expand Up @@ -90,6 +90,10 @@
<build>
<tags>${greenmail.docker.tags}</tags>
<contextDir>${basedir}</contextDir>
<createImageOptions>
<platform>linux/amd64</platform>
<platform>linux/arm64</platform>
</createImageOptions>
</build>
<run>
<ports>
Expand Down

0 comments on commit fc4259a

Please sign in to comment.