Skip to content

Commit 9e9f953

Browse files
committed
chore(vulkan): enable arm64 image builds
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 84ebf2a commit 9e9f953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: 'ubuntu-latest'
6161
makeflags: "--jobs=3 --output-sync=target"
6262
- build-type: 'vulkan'
63-
platforms: 'linux/amd64'
63+
platforms: 'linux/amd64,linux/arm64'
6464
tag-latest: 'false'
6565
tag-suffix: '-vulkan-core'
6666
runs-on: 'ubuntu-latest'

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
makeflags: "--jobs=4 --output-sync=target"
102102
aio: "-aio-gpu-nvidia-cuda-12"
103103
- build-type: 'vulkan'
104-
platforms: 'linux/amd64'
104+
platforms: 'linux/amd64,linux/arm64'
105105
tag-latest: 'auto'
106106
tag-suffix: '-gpu-vulkan'
107107
runs-on: 'ubuntu-latest'

0 commit comments

Comments
 (0)