You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice for Mac Developers running on a M1 or M2 to be able to pull or even build Docker images for ARM.
The problem is that just using QEMU to build Artemis for ARM didn't work out of the box, as it times out.
Building Artemis on a native Oracle Ampere ARM Server worked after setting a swap file as I ran out of memory for the WebApp!
Building Artemis on Mac seems to work with Rosetta.
Therefore, I would suggest building the Artemis .war file stage in AMD64 and then build the runtime environment stage with ARM.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
No response
Describe the solution you'd like
It would be nice for Mac Developers running on a M1 or M2 to be able to pull or even build Docker images for ARM.
The problem is that just using QEMU to build Artemis for ARM didn't work out of the box, as it times out.
Building Artemis on a native Oracle Ampere ARM Server worked after setting a swap file as I ran out of memory for the WebApp!
Building Artemis on Mac seems to work with Rosetta.
Therefore, I would suggest building the Artemis
.war
file stage in AMD64 and then build the runtime environment stage with ARM.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: