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
Support excluding unneeded os/arch checksum from aqua-checksums.json
Please explain the problem you want to solve.
Make aqua-checksums.json slim and avoid unneeded API call and failure. Prevent aqua update-checksum -deep from downloading unused platform's assets.
aqua-checksums.json
aqua update-checksum -deep
No.
command and configuration
$
aqua.yaml
checksum: enabled: true supported_envs: - darwin - linux
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Overview
Support excluding unneeded os/arch checksum from aqua-checksums.json
Why is the feature needed?
Make
aqua-checksums.json
slim and avoid unneeded API call and failure.Prevent
aqua update-checksum -deep
from downloading unused platform's assets.Does the feature include Breaking Changes?
No.
Example Code
aqua.yaml
The text was updated successfully, but these errors were encountered: