Admin message

Due to a large amount of spam we do not allow new users to create repositories, they are "external" users. If you are a new user and want to create a repository, for example for forking GHC, open a new issue on ghc/ghc using the "get-verified" issue template

Remove 32-bit darwin/ios support
According to apple, starting from [iOS 11](https://developer.apple.com/documentation/uikit/app_and_environment/updating_your_app_from_32-bit_to_64-bit_architecture) and [macOS 10.15](https://support.apple.com/en-us/103076), 32-bit apps are no longer supported. And last release of iOS 11 is in 2018, macOS Catalina in 2022. Now, in 2024, it should be fair to say i386/armv7 darwin/ios is dead, and we can remove 32-bit apple related logic in the tree to reduce maintenance burden.
issue