-
Notifications
You must be signed in to change notification settings - Fork 173
feat: add support for bookworm arm-64 #3004
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
base: main
Are you sure you want to change the base?
Conversation
kou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you open a new issue for this improvement?
| [ | ||
| "debian-bookworm", | ||
| # "debian-bookworm-arm64", | ||
| "debian-bookworm-arm64", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this. Because the CI job specify the APT target explicitly instead of using the default targets.
| - almalinux-8 | ||
| - almalinux-9 | ||
| - debian-bookworm | ||
| - debian-bookworm-arm64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to use ubuntu-24.04-arm for arm64 build for performance. QEMU is slow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use from file not Dockerfile like https://github.com/apache/arrow/blob/main/dev/tasks/linux-packages/apache-arrow/apt/debian-bookworm-arm64/from .
This adds support for debian bookworm-arm64 build on the CI.