Skip to content

./gg.cmd gh/astral-sh/uv installs 32bit version instead of the 64 bit version on windows #248

@DetachHead

Description

@DetachHead

i noticed some strange behavior in the version of uv that i installed using gg. i found out it's because gg was installing the i686 version instead of the x86_64 one:

{"version_req":"*","download":{"version":"0.11.7","tags":[],"download_url":"https://github.com/astral-sh/uv/releases/download/0.11.7/uv-i686-pc-windows-msvc.zip","arch":"Any","os":"Windows","variant":"Any"},"cmd":{"cmd":"gh/astral-sh/uv","version":null,"distribution":null,"include_tags":[],"exclude_tags":[],"gems":null}}

is it possible to customize the release asset that gg downloads to avoid this issue? i tried specifying the architecture explicitly using the --arch flag but it didn't seem to make a difference:

./gg.cmd --arch x86_64 gh/astral-sh/uv

OS: Windows 11 (64 bit)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions