prmoore77 opened a new issue, #4629:
URL: https://github.com/apache/arrow-adbc/issues/4629

   ### What feature or improvement would you like to see?
   
   The npm driver manager currently ships native addon packages for 
`win32-x64-msvc`, `darwin-x64`, `darwin-arm64`, `linux-x64-gnu`, and 
`linux-arm64-gnu` — but not `win32-arm64`.
   
   Windows-on-ARM is now a first-class GitHub Actions platform 
(`windows-11-arm` runners), and ADBC drivers themselves build fine there (we 
ship a windows_arm64 cgo driver at https://github.com/gizmodata/gizmosql-adbc). 
The missing driver-manager addon is the only gap: today an application using 
`@apache-arrow/adbc-driver-manager` cannot run natively on Windows-on-ARM, and 
we had to drop the windows-arm64 leg from our desktop app release matrix 
(falling back to x64-under-emulation).
   
   Would you accept adding a `win32-arm64-msvc` build to the JS release matrix? 
Happy to help test — we have windows-11-arm CI and a native win_arm64 ADBC 
driver to exercise it against.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to