models
# 方式1:命令行参数 python cloud_native_build.py --cloud-native # 方式2:环境变量(推荐在CI/CD中使用) export CLOUD_NATIVE_BUILD=true python cloud_native_build.py