Remove arm32 (#5935)

* remove references to 32bit arm

* scheduled build to maintain actions cache
This commit is contained in:
Blake Blackshear
2023-04-08 10:24:28 -05:00
committed by GitHub
parent 37db4070ce
commit cefbed614f
8 changed files with 50 additions and 35 deletions

View File

@@ -23,4 +23,3 @@ zeroconf == 0.47.*
# Openvino Library - Custom built with MYRIAD support
openvino @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.2.0/openvino-2022.2.0-000-cp39-cp39-manylinux_2_31_x86_64.whl; platform_machine == 'x86_64'
openvino @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.2.0/openvino-2022.2.0-000-cp39-cp39-linux_aarch64.whl; platform_machine == 'aarch64'
openvino @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.2.0/openvino-2022.2.0-000-cp39-cp39-linux_armv7l.whl; platform_machine == 'armv7l'