We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CLI Download links for Windows are broken. They are missing ".exe".
Broken: https://github.com/akuity/kargo/releases/latest/download/kargo-windows-arm64 https://github.com/akuity/kargo/releases/latest/download/kargo-windows-amd64
Correct: https://github.com/akuity/kargo/releases/latest/download/kargo-windows-arm64.exe https://github.com/akuity/kargo/releases/latest/download/kargo-windows-amd64.exe
{ "Version": "v1.3.0", "BuildDate": "2025-02-25T20:20:33Z", "GitCommit": "f645f54c5cc72efc122ffd602544eec1bdee1656", "GitTreeDirty": false, "GoVersion": "go1.24.0", "Compiler": "gc", "Platform": "linux/amd64" }
The text was updated successfully, but these errors were encountered:
Marvin9
No branches or pull requests
Description
The CLI Download links for Windows are broken. They are missing ".exe".
Broken:
https://github.com/akuity/kargo/releases/latest/download/kargo-windows-arm64
https://github.com/akuity/kargo/releases/latest/download/kargo-windows-amd64
Correct:
https://github.com/akuity/kargo/releases/latest/download/kargo-windows-arm64.exe
https://github.com/akuity/kargo/releases/latest/download/kargo-windows-amd64.exe
Steps to Reproduce
Version
{
"Version": "v1.3.0",
"BuildDate": "2025-02-25T20:20:33Z",
"GitCommit": "f645f54c5cc72efc122ffd602544eec1bdee1656",
"GitTreeDirty": false,
"GoVersion": "go1.24.0",
"Compiler": "gc",
"Platform": "linux/amd64"
}
The text was updated successfully, but these errors were encountered: