arcadedb
arcadedb copied to clipboard
Improve the build system to produce a multiplatform image
ArcadeDB Version: all
JDK Version: all
OS: linux,macOS
Expected behavior
Produce a multiplatform docker image using docker buildx
Actual behavior
the build system produce a docker image just for intel arch
My team and I all use M1 macs and are blocked by this issue, is there any way we could bump up its priority?
@arcade-player is working on it (and he has an M1). @arcade-player any ETA?
Proposed solution: move to another base image (azul) that provides arm64/v8 image as well. I'm going to open a PR in a couple of days.
Duplicate of #894
@robfrank with the latest commits, it doesn't compile on my Mac:
[ERROR] Errors:
[ERROR] JdbcQueriesTest » NoClassDefFound Could not initialize class com.arcadedb.e2e.ArcadeContainerTemplate
[ERROR] RemoteDatabaseQueriesTest.simpleCypherQuery » ExceptionInInitializer
[ERROR] RemoteDatabaseQueriesTest.simpleGremlinQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseQueriesTest
[ERROR] RemoteDatabaseQueriesTest.simpleSQLQuery » NoClassDefFound Could not initialize class com.arcadedb.e2e.RemoteDatabaseQueriesTest
[INFO]
[ERROR] Tests run: 4, Failures: 0, Errors: 4, Skipped: 0
[INFO]
Did you have any luck with this?
I didn't touch the code . Only pom and GH workflows