Skip to content

js: publish a win32-arm64 native package for @apache-arrow/adbc-driver-manager #4629

Description

@prmoore77

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions