mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Auto merge of #17276 - servo:jdm-patch-3, r=mbrubeck
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 -->
This commit is contained in:
commit
c1ea54d3c4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ from servo.util import delete
|
|||
|
||||
PACKAGES = {
|
||||
'android': [
|
||||
'target/arm-linux-androideabi/release/servo.apk',
|
||||
'target/armv7-linux-androideabi/release/servo.apk',
|
||||
],
|
||||
'linux': [
|
||||
'target/release/servo-tech-demo.tar.gz',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue