arleypadua / PKHeX.Everywhere

Cross platform tools for interacting with Pokemon save files. The web version runs everywhere and the CLI works with Mac OS, Linux and Windows
https://pkhex-web.github.io
MIT License
36 stars 2 forks source link

Any chance of a 32bit linux version? #61

Closed rkr87 closed 3 months ago

rkr87 commented 3 months ago

I'm trying to get this working on a TrimUI Smart Pro - would be great if there was a 32 bit version.

arleypadua commented 3 months ago

Last time I checked, Microsoft does not support Linux x86 as a target 😞

I guess it supports linux-arm32, maybe worth trying out... will change the pipeline also to output a arm32 and hopefully it works

arleypadua commented 3 months ago

unfortunately not supported as of now

Ahead-of-time compilation is not supported for the target runtime identifier 'linux-arm32'

Will keep an eye on upcoming .NET releases, and if they add support I can add it as a build target.

For now will close it, but thanks for the feedback