Prune osx-arm64 binaries from nightly channel (#70132)

Summary:
Fixes https://github.com/pytorch/pytorch/issues/70043

Pull Request resolved: https://github.com/pytorch/pytorch/pull/70132

Reviewed By: janeyx99

Differential Revision: D33195431

Pulled By: malfet

fbshipit-source-id: 4579a6788255a6df306862c3e959ae7a9ddd4e45
This commit is contained in:
Nikita Shulga 2021-12-20 11:26:25 -08:00 committed by Facebook GitHub Bot
parent 41959ce77f
commit 423ce416d8

View File

@ -31,7 +31,7 @@ set -eou pipefail
CHANNEL=${CHANNEL:-pytorch-nightly}
PKG=${PKG:-pytorch}
PLATFORMS=${PLATFORMS:-noarch osx-64 linux-64 win-64}
PLATFORMS=${PLATFORMS:-noarch osx-64 osx-arm64 linux-64 win-64}
for platform in ${PLATFORMS}; do
latest_version="$(grab_latest_version || true)"