p4python icon indicating copy to clipboard operation
p4python copied to clipboard

Added detection for aarch64 to be picked up as ARM

Open riot-vcapote opened this issue 3 months ago • 0 comments

When trying to install the library inside an arm64 docker container that uses aarch64 as the architecture name instead of arm64, the package crashes since it does not handle detecting aarch64 as ARM.

I've modified the check where it crashes to handle this.

riot-vcapote avatar Apr 11 '24 09:04 riot-vcapote