We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae5e0f commit e71b3b0Copy full SHA for e71b3b0
.github/workflows/image-pr.yml
@@ -64,7 +64,7 @@ jobs:
64
runs-on: 'ubuntu-latest'
65
makeflags: "--jobs=3 --output-sync=target"
66
- build-type: 'vulkan'
67
- platforms: 'linux/amd64'
+ platforms: 'linux/amd64,linux/arm64'
68
tag-latest: 'false'
69
tag-suffix: '-vulkan-ffmpeg-core'
70
ffmpeg: 'true'
.github/workflows/image.yml
@@ -107,7 +107,7 @@ jobs:
107
makeflags: "--jobs=4 --output-sync=target"
108
aio: "-aio-gpu-nvidia-cuda-12"
109
110
111
tag-latest: 'auto'
112
tag-suffix: '-vulkan'
113
0 commit comments