serialport / bindings-cpp

The C++ bindings for the node serialport project.
MIT License
19 stars 39 forks source link

Add prebuild for windows arm64 #167

Open thegecko opened 6 months ago

thegecko commented 6 months ago

Similar to https://github.com/node-usb/node-usb/pull/735

This PR adds prebuild support for Windows arm64.

I notice there have been issues in the past building on windows-2022, so this may fail and need putting back to windows-2019 (untested)

Switched to windows-2019.

Node builds for win32-arm64 didn't appear until node v20, so I've had to rework the targets so all other builds still use v14

Requires https://github.com/serialport/bindings-cpp/pull/168 to be merged first

thegecko commented 3 months ago

@reconbot

thegecko commented 1 month ago

Bump