Skip to content

Commit e71b3b0

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

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
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: 'ubuntu-latest'
6565
makeflags: "--jobs=3 --output-sync=target"
6666
- build-type: 'vulkan'
67-
platforms: 'linux/amd64'
67+
platforms: 'linux/amd64,linux/arm64'
6868
tag-latest: 'false'
6969
tag-suffix: '-vulkan-ffmpeg-core'
7070
ffmpeg: 'true'

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
makeflags: "--jobs=4 --output-sync=target"
108108
aio: "-aio-gpu-nvidia-cuda-12"
109109
- build-type: 'vulkan'
110-
platforms: 'linux/amd64'
110+
platforms: 'linux/amd64,linux/arm64'
111111
tag-latest: 'auto'
112112
tag-suffix: '-vulkan'
113113
ffmpeg: 'true'

0 commit comments

Comments
 (0)