ci: add Windows ARM64 CUDA support to the manual workflow (#27300)

- Add a CUDA 13.4 ARM64 matrix entry.
- Build only ggml-cuda for x64 and ARM64.
This commit is contained in:
shivamkumard-ctrl
2026-08-18 11:55:45 +02:00
committed by GitHub
parent 7acdbb1f19
commit c0296022f3
2 changed files with 20 additions and 15 deletions
@@ -6,8 +6,7 @@ inputs:
required: true
cuda_arch:
description: "CUDA target architecture"
required: false
default: "x64"
required: true
runs:
using: "composite"