We have Jenkins pipeline that runs on X86 architecture and invokes following command:
python setup.py sdist bdist_wheel
I would like to build a package for ARM-based architecture. Is it possible by adding some additional configuration to setup.py?