Skip to content

Commit

Permalink
Merge pull request #12 from mbeddr/fix/222-jbr-linux-aarch64
Browse files Browse the repository at this point in the history
jbr_jcef is also available for linux-aarch64
  • Loading branch information
sergej-koscejev authored Nov 23, 2023
2 parents b4483f8 + d5f3c6e commit 9cf3636
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ private List<String> supportedArch(platform, distroType) {
} else if (platform == 'windows') {
return ["${platform}-x64"]
} else if (platform == 'linux') {
if(distroType == 'jbr'|| distroType == 'jbrsdk') {
return ["${platform}-x64", "${platform}-aarch64"]
} else {
return ["${platform}-x64"]
}
return ["${platform}-x64", "${platform}-aarch64"]
}
throw new GradleException("unsupported platform")
}
Expand Down

0 comments on commit 9cf3636

Please sign in to comment.