Skip to content

Commit

Permalink
[eas-cli] add selectedImage to build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Nov 7, 2023
1 parent f8cfa00 commit 928d75a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eas-cli/src/build/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export async function collectMetadataAsync<T extends Platform>(
customWorkflowName: ctx.customBuildConfigMetadata?.workflowName,
developmentClient: ctx.developmentClient,
requiredPackageManager: ctx.requiredPackageManager ?? undefined,
selectedImage: ctx.buildProfile.image,
};
return sanitizeMetadata(metadata);
}
Expand Down

0 comments on commit 928d75a

Please sign in to comment.