diff --git a/.ci/component_descriptor b/.ci/component_descriptor index 3e12a104..4ffb84fd 100755 --- a/.ci/component_descriptor +++ b/.ci/component_descriptor @@ -39,26 +39,6 @@ COMPONENT_DESCRIPTOR_FILE_PATH="$COMPONENT_ARCHIVE_PATH/component-descriptor.yam mkdir -p "$COMPONENT_ARCHIVE_PATH" cp "$BASE_DEFINITION_PATH" "$COMPONENT_DESCRIPTOR_FILE_PATH" -build_matrix=("linux,amd64" "darwin,amd64" "darwin,arm64" "windows,amd64") - -for i in "${build_matrix[@]}"; do - IFS=',' read os arch <<< "${i}" - - echo "> Add $os/$arch" - ARTIFACT_PATH="$(pwd)/dist/componentcli-${os}-${arch}.gz" - cat <