Replies: 1 comment
-
On Silicon Mac it's possible to cross compile for all the platforms, just following the standard approach. As reported in my post: #138 I successfully compiled for armada38x. I assume it's possible to compile for all the other platforms. The important thing is to pull all the required patches for a given platform, that are not yet included in the master. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Docker Desktop for Apple Silicon supports running x86 containers under emulation. This requires building the container with
docker buildx build
and then specifying the--platform
option todocker run
. It will of course take longer than on the native architecture.Beta Was this translation helpful? Give feedback.
All reactions