Move all Android machines to arm64.
Change-Id: I738fb0c58d1a27397c94df384c8c87c045e36cb6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/447177 Reviewed-by: Eric Boren <borenet@google.com>
This commit is contained in:
parent
9605042e8e
commit
db2b44e01f
@ -280,9 +280,9 @@ func (b *taskBuilder) cipdPlatform() string {
|
||||
return cipd.PlatformMacAmd64
|
||||
} else if b.matchArch("Arm64") {
|
||||
return cipd.PlatformLinuxArm64
|
||||
} else if b.matchModel("GalaxyS20") || b.matchModel("P30") {
|
||||
} else if b.matchOs("Android") {
|
||||
return cipd.PlatformLinuxArm64
|
||||
} else if b.matchOs("Android", "ChromeOS", "iOS") {
|
||||
} else if b.matchOs("ChromeOS", "iOS") {
|
||||
return cipd.PlatformLinuxArmv6l
|
||||
} else {
|
||||
return cipd.PlatformLinuxAmd64
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user