Skip to content

Commit

Permalink
jbr_jcef is also available for linux-aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
sergej-koscejev authored Nov 22, 2023
1 parent b4483f8 commit d5f3c6e
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 d5f3c6e

Please sign in to comment.