Hurl
Hurl copied to clipboard
ARM support
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.
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...
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 https://github.com/github/roadmap/issues/970
Public GH-hosted ARM runners now available in public preview
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
Actually it looks like this only includes Linux thus far.
https://blogs.windows.com/windowsdeveloper/2025/04/14/github-actions-now-supports-windows-on-arm-runners-for-all-public-repos/