There might be several reasons to build Talos images from source: verifying the image integrity building an image with custom configuration Checkout Talos Source bash git clone https://github.com/siderolabs/talos.git If building for a specific release, checkout the corresponding tag: bash git checkout v1.9.5 Set up the Build Environment See Developing Talos for details on setting up the buildkit builder. Architectures By default, Talos builds for linux/amd64, but you can customize that by pas...