diff --git a/custom-ports/onnxruntime-gpu/vcpkg.json b/custom-ports/onnxruntime-gpu/vcpkg.json index dbfde63b..0e738a4f 100644 --- a/custom-ports/onnxruntime-gpu/vcpkg.json +++ b/custom-ports/onnxruntime-gpu/vcpkg.json @@ -4,5 +4,5 @@ "description": "onnxruntime (GPU)", "homepage": "https://github.com/microsoft/onnxruntime", "license": "MIT", - "supports": "!x86 & !uwp & !static & !arm" + "supports": "!x86 & !uwp & !static" }