x86_64*) if [[ "$tgtarch" == i686* ]]; then return 0; fi ;;
ppc64le*) return 1 ;;
ppc64le*) if [[ "$tgtarch" == ppcle* ]]; then return 0; fi ;;
ppc64*)
case "$tgtarch" in
ppc64*) return 1 ;;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.