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

multi arch send out a notice #152

Closed
elfranne opened this issue Jan 25, 2019 · 1 comment
Closed

multi arch send out a notice #152

elfranne opened this issue Jan 25, 2019 · 1 comment

Comments

@elfranne
Copy link

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 6.0.4
  • Ruby: 2.5.3p105
  • Distribution: Ubuntu/Debian
  • Module version: master branch

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 ?

@bastelfreak
Copy link
Member

Hi @elfranne, can you please provide a PR?

elfranne added a commit to elfranne/puppet-grafana that referenced this issue Jan 28, 2019
bastelfreak added a commit that referenced this issue Feb 4, 2019
Fix #152 : multi arch send out a notice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants