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

Commit 0435991

Browse files
authored
Merge pull request #1365 from lissyx/remove-aarch64
Remove Aarch64 packages from upload
2 parents 57f2371 + 5ee4c4a commit 0435991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/scriptworker-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ build:
22
template_file: simple-task.tyml
33
dependencies:
44
# Make sure builds are ready
5+
# - "linux-arm64-cpu-opt" Aarch64 packages are refused by upload.pypi.org
56
- "darwin-amd64-cpu-opt"
67
- "linux-amd64-cpu-opt"
78
- "linux-amd64-gpu-opt"
89
- "linux-rpi3-cpu-opt"
9-
- "linux-arm64-cpu-opt"
1010
- "node-package"
1111
allowed:
1212
- "tag"

0 commit comments

Comments
 (0)