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
Currently, if someone runs an image on an arm64 machine they will get this error: exec /usr/bin/java: exec format error. We should modify the pom.xml to build all examples to support arm64 in addition to amd64.
The text was updated successfully, but these errors were encountered:
Currently, if someone runs an image on an
arm64
machine they will get this error:exec /usr/bin/java: exec format error
. We should modify thepom.xml
to build all examples to supportarm64
in addition toamd64
.The text was updated successfully, but these errors were encountered: