Closed tdiesler closed 1 year ago
As a workaround, I suggest to extract the distribution from the image or build from source. The CLI runs snappy on a native JRE. Building from source is not trivial (just yet), because there are dependencies on several other SNAPSHOT libraries that need to be built first.
Using multiple native nodes provide better support for more complicated cases that are not handled by QEMU and generally have better performance. You can add additional nodes to the builder instance using the --append flag.
Great. This now works as expected and I can now run the image instead of the local distro Done
On x86_64 the image runs a native java process like this ...
on Apple M2 (i.e. arm64) it runs the same code in an emulator ...
It seems that we need a multiarch image