wpkg --no-force-architecture | --refuse-architecture ...

The --no-force-architecture option cancels the effect of the --force-architecture option wherever it appears on the command line (before or after the --force-architecture). It prevents the installation of packages if it does not have the right architecture for the target installation.

The --refuse-architecture is an exact equivalent.