Skip to content

Commit

Permalink
Merge pull request #14 from mbeddr/mps/2022.3
Browse files Browse the repository at this point in the history
Merge 2022.3 → master
  • Loading branch information
sergej-koscejev authored Nov 23, 2023
2 parents c4b9cdf + f6b2a5a commit c0b8abd
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 c0b8abd

Please sign in to comment.