Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux arm64 support #54

Closed
catdevnull opened this issue Dec 2, 2024 · 2 comments
Closed

linux arm64 support #54

catdevnull opened this issue Dec 2, 2024 · 2 comments
Assignees

Comments

@catdevnull
Copy link

No description provided.

@jraymakers
Copy link
Contributor

This should be possible, because DuckDB does have Linux aarch64 releases. I think the blocker was that GitHub didn't have Linux arm64 runners until relatively recently. It looks like they're available now, at least for some kinds of accounts; I'll look into whether they can be used in this repo.

@jraymakers jraymakers self-assigned this Dec 10, 2024
@jraymakers
Copy link
Contributor

I've published a new version of the packages (1.1.3-alpha.7) that include experimental Linux arm64 support.

It's experimental because I had to use cross-compilation from Linux x64. (Standard Linux arm64 GitHub runners don't appear to be available yet.) This means I couldn't run the automated tests. (Linux arm64 binaries won't run on Linux arm64.) I don't have easy access to a Linux arm64 environment, so I haven't run any manual tests on this platform, either. That said, I don't know of any reason why it wouldn't work.

If anyone tries this out, please let me know if it works for you or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants