Support to build multi-architecture images
Created by: pixiake
Signed-off-by: pixiake guofeng@yunify.com
What this PR does / why we need it:
Support to build multi-architecture images for ks-installer.
- Add the detection and judgment of the environment architecture in the Dockerfile.
- Adjust the pipeline of github action to support automatic multi-architecture images building for ks-installer.
- Adjust the string for judging that the resource already exists. (
AlreadyExists
->already exists
)