Skip to content

Commit

Permalink
Auto merge of #878 - servo:jdm-patch-22, r=Manishearth
Browse files Browse the repository at this point in the history
Add arm platform builders.

This would be useful for ajeffrey's work.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/878)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Aug 15, 2018
2 parents a922062 + d5b52b9 commit 3266076
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homu/map.jinja
Expand Up @@ -7,7 +7,8 @@
'mac': ['mac-dev-unit'],
'windows': ['windows-msvc-dev'],
'wpt': ['linux-rel-css', 'linux-rel-wpt'],
'android': ['android', 'android-x86']
'android': ['android', 'android-x86'],
'arm': ['arm32', 'arm64']
}
}
%}

0 comments on commit 3266076

Please sign in to comment.