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
If you have enable i386 arch enabled you get a notice when running apt-get update:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://packages.grafana.com/oss/deb stable InRelease' doesn't support architecture 'i386'
By default apt::source will try to get all the enabled architectures unless you specify the available architectures on the repo.
As far as i can tell, only amd64 and arm architectures are available on the repo.
Should i make a PR to list the available arch on the repo ?
The text was updated successfully, but these errors were encountered:
Hi @elfranne, can you please provide a PR?
Sorry, something went wrong.
Fix voxpupuli#152
cdcb5b6
https://grafana.com/grafana/download?platform=linux
Merge pull request #153 from elfranne/apt-arch
025a15b
Fix #152 : multi arch send out a notice
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
If you have enable i386 arch enabled you get a notice when running apt-get update:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://packages.grafana.com/oss/deb stable InRelease' doesn't support architecture 'i386'
By default apt::source will try to get all the enabled architectures unless you specify the available architectures on the repo.
As far as i can tell, only amd64 and arm architectures are available on the repo.
Should i make a PR to list the available arch on the repo ?
The text was updated successfully, but these errors were encountered: