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)
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
--archflag but it didn't seem to make a difference:OS: Windows 11 (64 bit)