Replies: 3 comments 1 reply
-
Is this a typo? 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
-
See: #21150 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I know this is probably not a priority, but it would be nice to have automated nightly builds for arm64 (I end up building them manually with each change) 😊 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It is possible to build ruffle in native ARM64 for Windows using currently available tools so the instructions could be updated to include this, and since ARM64 runners are now generally available on Github, auto builds could be enabled.
To build manually, ensure:
PATH
PATH
cargo build --release --package=ruffle_desktop --target=aarch64-pc-windows-msvc
Beta Was this translation helpful? Give feedback.
All reactions