Add missing riscv64gc-unknown-linux-musl entry to dist-workspace (#18686)

This looks omitted from https://github.com/astral-sh/uv/pull/18228 and I
noticed a warning from the new release step from
https://github.com/astral-sh/uv/pull/18625
This commit is contained in:
Zanie Blue
2026-03-23 19:26:49 -05:00
committed by GitHub
parent 1f31f0e9fb
commit 5ad8577ff8
+1
View File
@@ -30,6 +30,7 @@ targets = [
"powerpc64-unknown-linux-gnu",
"powerpc64le-unknown-linux-gnu",
"riscv64gc-unknown-linux-gnu",
"riscv64gc-unknown-linux-musl",
"s390x-unknown-linux-gnu",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",