mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
temurin-bin/generate-sources.py: add ppc64le to rosetta stone
This commit is contained in:
parent
aa371581dd
commit
7361d240a8
@ -15,6 +15,7 @@ arch_to_nixos = {
|
||||
"x64": ("x86_64",),
|
||||
"aarch64": ("aarch64",),
|
||||
"arm": ("armv6l", "armv7l"),
|
||||
"ppc64le": ("powerpc64le",),
|
||||
}
|
||||
|
||||
def generate_sources(assets, feature_version, out):
|
||||
|
Loading…
Reference in New Issue
Block a user