How to check if dpkg-architecture --list has all the architectures?

Solution 1:

I answer my own question because I just found out via

dpkg --print-foreign-architectures

which printed

i386

that obviously multiarch is/was enabled.