I am trying to understand what containers are supported by google cloud run.
One place in its key features are: https://cloud.google.com/run/?hl=sr#all-features
"Any language, any library, any binary Use the programming language of your choice, any language or operating system libraries, or even bring your own binaries."
In another place, it says:
https://cloud.google.com/run/docs/reference/container-contract
Supported languages and images
Your container image can run code written in the programming language of your choice and use any base image, provided that it respects the constraints listed in this page.
Executables in the container image must be compiled for Linux 64-bit. Cloud Run specifically supports the Linux x86_64 ABI format.
I am really confused.