From 05bc98ca862111ee47f9e3dee5cdc0cc46efac4e Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Sat, 28 Apr 2018 18:42:55 +0200 Subject: [PATCH] Also remove aarch64 from packages pulling --- VERSION | 2 +- taskcluster/scriptworker-task.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 21c9ee8929..9528b8df6a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0-alpha.1 +0.2.0-alpha.2 diff --git a/taskcluster/scriptworker-task.yml b/taskcluster/scriptworker-task.yml index a0f12485a4..4bb256b34f 100644 --- a/taskcluster/scriptworker-task.yml +++ b/taskcluster/scriptworker-task.yml @@ -20,7 +20,7 @@ build: - "linux-amd64-cpu-opt" - "linux-amd64-gpu-opt" - "linux-rpi3-cpu-opt" - - "linux-arm64-cpu-opt" + # - "linux-arm64-cpu-opt" Aarch64 packages are refused by upload.pypi.org javascript: # GPU package - "linux-amd64-gpu-opt"