Skip to content

Add uv#1138

Merged
taiki-e merged 4 commits intotaiki-e:mainfrom
jayvdb:add-uv
Sep 10, 2025
Merged

Add uv#1138
taiki-e merged 4 commits intotaiki-e:mainfrom
jayvdb:add-uv

Conversation

@jayvdb
Copy link
Copy Markdown
Contributor

@jayvdb jayvdb commented Sep 10, 2025

Comment on lines +7 to +30
"x86_64_linux_musl": {
"asset_name": "${package}-x86_64-unknown-linux-musl.tar.gz",
"bin": "${package}-x86_64-unknown-linux-musl/${package}${exe}"
},
"x86_64_macos": {
"asset_name": "${package}-x86_64-apple-darwin.tar.gz",
"bin": "${package}-x86_64-apple-darwin/${package}${exe}"
},
"x86_64_windows": {
"asset_name": "${package}-x86_64-pc-windows-msvc.zip",
"bin": "${package}${exe}"
},
"aarch64_linux_musl": {
"asset_name": "${package}-aarch64-unknown-linux-musl.tar.gz",
"bin": "${package}-aarch64-unknown-linux-musl/${package}${exe}"
},
"aarch64_macos": {
"asset_name": "${package}-aarch64-apple-darwin.tar.gz",
"bin": "${package}-aarch64-apple-darwin/${package}${exe}"
},
"aarch64_windows": {
"asset_name": "${package}-aarch64-pc-windows-msvc.zip",
"bin": "${package}${exe}"
}
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can add the following platforms:

  • powerpc64le_linux_gnu: uv-powerpc64le-unknown-linux-gnu.tar.gz
  • riscv64_linux_gnu: uv-riscv64gc-unknown-linux-gnu.tar.gz
  • s390x_linux_gnu: uv-s390x-unknown-linux-gnu.tar.gz

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I have to automate the creation of the base json ;-)

@jayvdb jayvdb marked this pull request as ready for review September 10, 2025 10:27
taiki-e
taiki-e previously approved these changes Sep 10, 2025
Copy link
Copy Markdown
Owner

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@taiki-e taiki-e merged commit 4985851 into taiki-e:main Sep 10, 2025
125 of 127 checks passed
@jayvdb jayvdb deleted the add-uv branch September 10, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants