Skip to content

chore(vulkan): enable arm64 image builds #5780

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

mudler
Copy link
Owner

@mudler mudler commented Jul 2, 2025

Description

This PR fixes #5778

Notes for Reviewers

This is first an attempt to see if CI builds against vulkan on arm64

See docker/build-push-action#671 regarding using arm64 native runners for multiplatform builds.
Signed commits

  • Yes, I signed my commits.

Copy link

netlify bot commented Jul 2, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit e69cbfc
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/68694c790b169900083c1420
😎 Deploy Preview https://deploy-preview-5780--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@docjyJ
Copy link

docjyJ commented Jul 2, 2025

Hey

Unfortunately vulkan-sdk is not precompiled for arm64. It must be compiled manually...

There also are not plans to update our Ubuntu packages for ARM. Again users can use the tarball for this situation.
See https://vulkan.lunarg.com/issue/view/654594145df11238996e13fe

@mudler
Copy link
Owner Author

mudler commented Jul 3, 2025

Hey

Unfortunately vulkan-sdk is not precompiled for arm64. It must be compiled manually...

There also are not plans to update our Ubuntu packages for ARM. Again users can use the tarball for this situation.
See https://vulkan.lunarg.com/issue/view/654594145df11238996e13fe

appreciated, thanks for the heads up, will give it a shot later in the day, but I see already the CI is emitting core dumps, seen that already in ubuntu images. Might need use of our self-hosted runners for this or try to rebase and work out #5553 first.

@mudler mudler force-pushed the chore/vulkan_arm64 branch 3 times, most recently from 2010d8c to e26d9ed Compare July 4, 2025 20:23
mudler added 3 commits July 5, 2025 18:01
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler mudler force-pushed the chore/vulkan_arm64 branch 2 times, most recently from 96f3c6e to e69cbfc Compare July 5, 2025 16:02
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

Successfully merging this pull request may close these issues.

Build vulkan image for arm64
2 participants