Skip to content

Commit

Permalink
Support arm
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Sep 21, 2024
1 parent e86a164 commit d7a1cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ task downloadJextract(type: DownloadTask) {
switch(arch) {
case "amd64":
return "x64"
case "aarch64":
return "aarch64"
default:
throw new IllegalStateException("Unsupported architecture: ${arch}")
}
Expand Down

0 comments on commit d7a1cd4

Please sign in to comment.