action: fix architecture check for riscv64 in script (#2435)

This commit is contained in:
Ealrang 2025-12-14 17:30:40 +08:00 committed by GitHub
parent e7a04e0762
commit 69e301820c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ case $TARGETPLATFORM in
"linux/arm/v7") "linux/arm/v7")
arch="armv7" arch="armv7"
;; ;;
"riscv64") "linux/riscv64")
arch="riscv64" arch="riscv64"
;; ;;
*) *)