I saw some examples, "examples/buildkit0/buildkit.go" for example, need to specify the platform information, amd64, arm64, ppc64le etc. If the value defined in the source doesn't match with the build server, it will throw below error messages,
"runtime execution on platform xxx not supported ..."
I am wondering what's the connection between the image and the build server? shouldn't the image works for different platform?
Thanks in the advance!
I saw some examples, "examples/buildkit0/buildkit.go" for example, need to specify the platform information, amd64, arm64, ppc64le etc. If the value defined in the source doesn't match with the build server, it will throw below error messages,
"runtime execution on platform xxx not supported ..."
I am wondering what's the connection between the image and the build server? shouldn't the image works for different platform?
Thanks in the advance!