Add Linux Vulkan support for local inference (#9038)

Signed-off-by: jh-block <jhugo@block.xyz>
This commit is contained in:
jh-block
2026-05-07 09:12:18 +02:00
committed by GitHub
parent d7df3fb431
commit f325a9d8e3
15 changed files with 104 additions and 27 deletions
+8
View File
@@ -50,6 +50,14 @@
"../distro": "distro"
},
"externalBin": ["../../../target/release/goose"],
"linux": {
"deb": {
"depends": ["libvulkan1"]
},
"rpm": {
"depends": ["vulkan-loader"]
}
},
"macOS": {
"entitlements": "entitlements.plist",
"hardenedRuntime": true