Skip to content

Commit 49d1da6

Browse files
authored
Patch xdna-driver name in build_drivers.sh script (#2602)
1 parent 6f6e96d commit 49d1da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build_drivers.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ echo "Installing XDNA plugin..."
111111
cd "$XDNA_SRC_DIR/build/Release"
112112
case "$UBUNTU_VERSION" in
113113
"24.04")
114-
plugin_suffix="ubuntu24.04-x86_64-amdxdna.deb"
114+
plugin_suffix="24.04-amd64-amdxdna.deb"
115115
;;
116116
"24.10")
117-
plugin_suffix="ubuntu24.10-x86_64-amdxdna.deb"
117+
plugin_suffix="24.10-amd64-amdxdna.deb"
118118
;;
119119
*)
120120
echo "Error: Unsupported Ubuntu version ($UBUNTU_VERSION). Supported versions: 24.04, 24.10"

0 commit comments

Comments
 (0)