<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<p>Thanks, Konstantin!<br/>
</p>
<pre class="moz-signature" cols="72">aslamK</pre>
<blockquote type="cite" cite="mid:272fed1d-302a-154b-d286-f5ffa8e484a1@nginx.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<blockquote type="cite" cite="mid:79f7d182-d75e-90b3-b26a-662000c21263-alQfOHpqMTC2//VQYe0aCQ@public.gmane.org">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<pre><font size="2">In Ubuntu 22.04 (amd64), 'apt update' reports the following:
<span style="font-family:monospace"><span style="color:#b26818;background-color:#ffffff;">N: </span><span style="color:#000000;background-color:#ffffff;">Skipping acquire of configured file 'nginx/binary-i386/Packages'
as repository '<a class="moz-txt-link-freetext" href="http://nginx.org/packages/u" moz-do-not-send="true">http://nginx.org/packages/u</a></span>buntu jammy InRelease'
doesn't support architecture 'i386'
</span></font></pre>
</blockquote>
<p><font size="2">Looks like you have a foreign dpkg architecture
enabled (i386) on an amd64 host. You may check it with `dpkg
--print-foreign-architectures`.</font></p>
</blockquote>
<font size="2">That is indeed the case.</font><br/>
<blockquote type="cite" cite="mid:272fed1d-302a-154b-d286-f5ffa8e484a1@nginx.com">
<p><font size="2">If that's true, you can add arch=amd64 to
sources.d/nginx.list options, so it will look similar to:</font></p>
<p><font size="2">deb [arch=amd64
signed-by=/usr/share/keyrings/nginx-archive-keyring.gpg] <a class="moz-txt-link-freetext" href="http://nginx.org/packages/ubuntu" moz-do-not-send="true">http://nginx.org/packages/ubuntu</a>
jammy nginx<br/>
</font></p>
</blockquote>
<font size="2">Yep, that fixed it.</font><br/>
</body></html>