-
Notifications
You must be signed in to change notification settings - Fork 13
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
ARM support #133
Comments
I dont know development process for ARM nor have a device with me. I've to see if there's Windows ARM Emu for x86 devices, until then... |
Would it be possible just to allow the ARM installation and let Windows' emulation handle it? HURL is currently the only x86 app (that I want) that actively prevents installing itself to ARM Windows. |
Hmm, I might be able to make the installer run on Arm while application files can be handled by emulation handle them. https://jrsoftware.org/ishelp/index.php?topic=setup_architecturesallowed Will check the feasibility soon |
I was able to get it to build and install on ARM64 with the changes in my fork below but I didn't do anything yet to merge them so they can coexist with the x86 build config. https://github.com/frohoff/Hurl Also still waiting for GH-hosted ARM actions runners for free/OSS projects if that's being used for the project release builds. https://github.com/orgs/community/discussions/19197 |
Public GH-hosted ARM runners now available in public preview |
Actually it looks like this only includes Linux thus far. |
Currently, it's not possible to use Hurl on a device using an ARM processor. The installer prevents installation, however I don't see why this couldn't run under emulation at the very least.
The text was updated successfully, but these errors were encountered: