-1

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?

1 Answer 1

1

Sure thing:

python setup.py sdist bdist_wheel --plat-name=manylinux2014_aarch64

See documentation for more options.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.