Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 26a0904

Browse files
authored
Merge pull request #1367 from lissyx/arm64-nomore
Also remove aarch64 from packages pulling
2 parents 74f458a + 05bc98c commit 26a0904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0-alpha.1
1+
0.2.0-alpha.2

taskcluster/scriptworker-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:
2020
- "linux-amd64-cpu-opt"
2121
- "linux-amd64-gpu-opt"
2222
- "linux-rpi3-cpu-opt"
23-
- "linux-arm64-cpu-opt"
23+
# - "linux-arm64-cpu-opt" Aarch64 packages are refused by upload.pypi.org
2424
javascript:
2525
# GPU package
2626
- "linux-amd64-gpu-opt"

0 commit comments

Comments
 (0)