Skip to content

Commit

Permalink
Auto merge of #17276 - servo:jdm-patch-3, r=mbrubeck
Browse files Browse the repository at this point in the history
Use new ARM target for nightly upload.

This should fix #17275 after the changes in #17008.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17276)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jun 12, 2017
2 parents 75d6796 + e24e9de commit c1ea54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/servo/package_commands.py
Expand Up @@ -41,7 +41,7 @@

PACKAGES = {
'android': [
'target/arm-linux-androideabi/release/servo.apk',
'target/armv7-linux-androideabi/release/servo.apk',
],
'linux': [
'target/release/servo-tech-demo.tar.gz',
Expand Down

0 comments on commit c1ea54d

Please sign in to comment.