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 84ebf2a commit 9e9f953Copy full SHA for 9e9f953
.github/workflows/image-pr.yml
@@ -60,7 +60,7 @@ jobs:
60
runs-on: 'ubuntu-latest'
61
makeflags: "--jobs=3 --output-sync=target"
62
- build-type: 'vulkan'
63
- platforms: 'linux/amd64'
+ platforms: 'linux/amd64,linux/arm64'
64
tag-latest: 'false'
65
tag-suffix: '-vulkan-core'
66
.github/workflows/image.yml
@@ -101,7 +101,7 @@ jobs:
101
makeflags: "--jobs=4 --output-sync=target"
102
aio: "-aio-gpu-nvidia-cuda-12"
103
104
105
tag-latest: 'auto'
106
tag-suffix: '-gpu-vulkan'
107
0 commit comments