Skip to content
New issue

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

Support installing aqua with Chocolatey on Windows #2402

Closed
suzuki-shunsuke opened this issue Oct 28, 2023 · 1 comment
Closed

Support installing aqua with Chocolatey on Windows #2402

suzuki-shunsuke opened this issue Oct 28, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@suzuki-shunsuke
Copy link
Member

suzuki-shunsuke commented Oct 28, 2023

Feature Overview

Why is the feature needed?

Enable Windows Users to install aqua easily.

Workaround

  • Download aqua from GitHub Releases
  • aqua-installer (shell script)
  • go install

Example Code

Reference

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Oct 28, 2023
@suzuki-shunsuke
Copy link
Member Author

We have no plan to support Chocolatey at the moment because it is a little difficult to release to Chocolatey on other than Windows.
Now we build and release aqua with GoReleaser on Linux VM (GitHub Actions' ubuntu-latest).
To support Chocolatey with GoReleaser, GoReleaser requires choco CLI so GoReleaser needs to be run on Windows machine.
We don't want to run CI on Windows machine only for Chocolatey.

Other options

There are several ways to install aqua on Windows.
aqua supports Winget and Scoop.

https://aquaproj.github.io/docs/reference/windows-support/#how-to-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant