Without the arch arg added to the source list I was getting the following warning running apt update:
N: Skipping acquisition of configured file 'stable/binary-i386/Packages', as repository 'http://debian.usebruno.com bruno InRelease' doesn't support architecture 'i386'
This PR adds the arch arg using the result of dpkg --print-architecture
Without the
arch
arg added to the source list I was getting the following warning runningapt update
:This PR adds the arch arg using the result of
dpkg --print-architecture