You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some systems I've received a message like doesn't support architecture 'i386' from apt when updating the package sources. (Those are just amd64 boxes, not sure why)
Would anything speak against of forcing arch=amd64 by replacing:
deb [signed-by=/etc/apt/keyrings/blendbyte.gpg] https://apt.blendbyte.net/nginx ...
to:
deb [arch=amd64 signed-by=/etc/apt/keyrings/blendbyte.gpg] https://apt.blendbyte.net/nginx ...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
On some systems I've received a message like
doesn't support architecture 'i386'fromaptwhen updating the package sources. (Those are just amd64 boxes, not sure why)Would anything speak against of forcing arch=amd64 by replacing:
to:
Beta Was this translation helpful? Give feedback.
All reactions