Ver a proveniência

Merge pull request #1833 from anton-petrov/master

Added aarch64 for Linux in anaconda_architecture()
pull/1839/head
Anton Petrov há 5 anos
committed by GitHub
ascendente
cometimento
b2f7629c56
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      plugins/python-build/bin/python-build

+ 1
- 0
plugins/python-build/bin/python-build Ver ficheiro

@ -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" ;;

Carregando…
Cancelar
Guardar