Преглед изворни кода

Merge pull request #1833 from anton-petrov/master

Added aarch64 for Linux in anaconda_architecture()
pull/1839/head
Anton Petrov пре 5 година
committed by GitHub
родитељ
комит
b2f7629c56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      plugins/python-build/bin/python-build

+ 1
- 0
plugins/python-build/bin/python-build Прегледај датотеку

@ -1006,6 +1006,7 @@ anaconda_architecture() {
"Linux" )
case "$(uname -m)" in
"armv7l" ) echo "Linux-armv7l" ;;
"aarch64" ) echo "Linux-aarch64" ;;
"i386" | "i486" | "i586" | "i686" | "i786" ) echo "Linux-x86" ;;
"ppc64le" ) echo "Linux-ppc64le" ;;
"x86_64" ) echo "Linux-x86_64" ;;

Loading…
Откажи
Сачувај