Help build for 32 AND 64 bit

I’m using 2017.4
I have the following setting

Script Backend: IL2CPP
Target Architectures: ARMv7, ARM64, x86

Google Play errors with I can’t have 32 bit architecture.
When I only publish ARM64, Google Play is happy. But how do I support the 32 bit users?
thanks.

Solved it. I removed x86. I guess that’s 32bit google play was complaining.