Skip to content

jakoch/vulkan-sdk-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

GitHub Releases GitHub Workflow Status

vulkan-sdk-arm

This repository contains a Github Action workflow, which builds the Vulkan SDK for ARM64 runners.

The SDK is build on the following runners:

The existing x86_64 binaries in the Vulkan SDK are replaced with aarch64 binaries.

The SDKs are automatically built and released whenever a new official Vulkan SDK is published.

The released packages are used by jakoch/install-vulkan-sdk-action, enabling seamless integration into a GitHub Action workflow with the specified runners.

Availability of Vulkan SDK ARM64 Prebuilt Binaries for Linux

Currently, KHRONOS has no plans to modify the official tarball to include prebuilt ARM binaries or to update the Ubuntu packages for ARM.

This repository automates the process by downloading the official Vulkan SDK tarball, building it for ARM, and repackaging the necessary binaries into the SDK.

License

All the content in this repository is licensed under the MIT License.

Copyright (c) 2025 Jens A. Koch