Replies: 2 comments
-
How did you build it? DO you have a Dockerfile we can use to cross-compile? Using a base image from alpine is best. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@WCKYWCKF provides a DockerFile, which needs to execute the following code to allow Docker to simulate the instructions of the arm64 architecture on the x64 platform
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently adapting Avalonia to the HarmonyOS system, which is compatible with the native binary library of linux musl. Although I have solved the compilation problem, I hope SkiaSharp will add linux-musl-arm64 to the release plan to avoid the problem of more frameworks having to compile native binary libraries themselves when migrating to HarmonyOS.
Beta Was this translation helpful? Give feedback.
All reactions