PelionIoT / manifest-tool

A tool for creating and parsing update manifests
Apache License 2.0
11 stars 14 forks source link

Add support to release linux aarch64 wheels #31

Closed odidev closed 1 year ago

odidev commented 2 years ago

Problem

On aarch64, ‘pip install manifest-tool’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes some time to build the wheels than downloading and extracting the wheels from pypi.

Resolution

On aarch64, ‘pip install manifest-tool’ should download the wheels from pypi

@moshe-shahar and Team Please let me know your interest in releasing aarch64 wheels. I can help in this.

JanneKiiskila commented 1 year ago

https://github.com/PelionIoT/manifest-tool/pull/32 - fixed this, closing issue.