Skip to content

Commit 35daa25

Browse files
authored
Merge pull request #18 from Yggdrasil/resolve-apt-i386-error
Specify that only amd64 arch is available on Infra apt repo.
2 parents 0e72674 + f8dcbe5 commit 35daa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/repo/infra.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$require = Apt::Source['newrelic-infra']
3030
ensure_packages('apt-transport-https')
3131
::apt::source { 'newrelic-infra':
32-
location => 'https://download.newrelic.com/infrastructure_agent/linux/apt',
32+
location => '[arch=amd64] https://download.newrelic.com/infrastructure_agent/linux/apt/',
3333
repos => 'main',
3434
key => {
3535
id => 'A758B3FBCD43BE8D123A3476BB29EE038ECCE87C',

0 commit comments

Comments
 (0)