Skip to content

Commit

Permalink
Merge pull request #168110 from a-m-joseph/openjdk-powerpc
Browse files Browse the repository at this point in the history
openjdk: add support for powerpc64le
  • Loading branch information
SuperSandro2000 committed Apr 12, 2022
2 parents 51df8ed + 9e4ba68 commit 3a537be
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"x64": ("x86_64",),
"aarch64": ("aarch64",),
"arm": ("armv6l", "armv7l"),
"ppc64le": ("powerpc64le",),
}

def get_sha256(url):
Expand Down
Loading

0 comments on commit 3a537be

Please sign in to comment.