Merge pull request #2048 from flatcar/scripts

ci-automation/release: add support for Managed idenities
This commit is contained in:
Sayan Chowdhury 2024-06-25 16:41:52 +05:30
commit f5036c8a58
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B

View File

@ -108,8 +108,7 @@ function _inside_mantle() {
--debug \
--platform="${platform}" \
--aws-credentials="${aws_credentials_config_file}" \
--azure-profile="${azure_profile_config_file}" \
--azure-auth="${azure_auth_config_file}" \
--azure-identity \
--gce-json-key=none \
--board="${arch}-usr" \
--channel="${CHANNEL}" \
@ -138,8 +137,7 @@ function _inside_mantle() {
--publish-marketplace \
--access-role-arn="${AWS_MARKETPLACE_ARN}" \
--product-ids="${pid}" \
--azure-profile="${azure_profile_config_file}" \
--azure-auth="${azure_auth_config_file}" \
--azure-identity \
--gce-json-key="${gcp_json_key_path}" \
--gce-release-key="${google_release_credentials_file}" \
--board="${arch}-usr" \