Skip to content

Commit

Permalink
Merge pull request #1365 from lissyx/remove-aarch64
Browse files Browse the repository at this point in the history
Remove Aarch64 packages from upload
  • Loading branch information
lissyx authored Apr 28, 2018
2 parents 57f2371 + 5ee4c4a commit 0435991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/scriptworker-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ build:
template_file: simple-task.tyml
dependencies:
# Make sure builds are ready
# - "linux-arm64-cpu-opt" Aarch64 packages are refused by upload.pypi.org
- "darwin-amd64-cpu-opt"
- "linux-amd64-cpu-opt"
- "linux-amd64-gpu-opt"
- "linux-rpi3-cpu-opt"
- "linux-arm64-cpu-opt"
- "node-package"
allowed:
- "tag"
Expand Down

0 comments on commit 0435991

Please sign in to comment.