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.
build_drivers.sh
1 parent 6f6e96d commit 49d1da6Copy full SHA for 49d1da6
utils/build_drivers.sh
@@ -111,10 +111,10 @@ echo "Installing XDNA plugin..."
111
cd "$XDNA_SRC_DIR/build/Release"
112
case "$UBUNTU_VERSION" in
113
"24.04")
114
- plugin_suffix="ubuntu24.04-x86_64-amdxdna.deb"
+ plugin_suffix="24.04-amd64-amdxdna.deb"
115
;;
116
"24.10")
117
- plugin_suffix="ubuntu24.10-x86_64-amdxdna.deb"
+ plugin_suffix="24.10-amd64-amdxdna.deb"
118
119
*)
120
echo "Error: Unsupported Ubuntu version ($UBUNTU_VERSION). Supported versions: 24.04, 24.10"
0 commit comments