ashkulz / NppFTP

Plugin for Notepad++ allowing FTP, FTPS, FTPES and SFTP communications
https://ashkulz.github.io/NppFTP/
321 stars 93 forks source link

arm64 Support #371

Open rjmayott opened 2 weeks ago

rjmayott commented 2 weeks ago

Can we please get an official arm64 release? This will allow it to be added to the plugin list for the arm64 build of Notepad++ ( https://github.com/notepad-plus-plus/nppPluginList/blob/master/doc/plugin_list_arm64.md )

Thank you!

chcg commented 1 week ago

See e.g. artifacts for https://github.com/ashkulz/NppFTP/actions/runs/9374755429. Arm64 is already available for windows. Currently for the official releases the mingw builds are used. For mingw no arm64 support is available officially.

Maybe deployment should be shifted completely to the windows build or at least add a deployment step for the arm64 artifact.

@rjmayott Do you have a ARM64 device available and could test the plugin if updated deployment is available ?