Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cross-compilation in CI for arm64 #39

Open
G-Ray opened this issue Dec 7, 2023 · 0 comments
Open

Use cross-compilation in CI for arm64 #39

G-Ray opened this issue Dec 7, 2023 · 0 comments

Comments

@G-Ray
Copy link
Owner

G-Ray commented Dec 7, 2023

Currently, CI compiles for arm64 by emulating an aarch64 cpu with qemu.
Cross-compiling should be much faster.

The downside is that we would not be able to run npm test in an emulated qemu en, but do we really need it if tests passes on linux x64 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant