Closed philasmar closed 1 month ago
Attention: Patch coverage is 80.70175%
with 11 lines
in your changes missing coverage. Please review.
Please upload report for BASE (
feature/arm-support@31b8aed
). Learn more about missing BASE report.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Issue #, if available: DOTNET-5124
Description of changes:
SupportedArchitectures
property to recipes which has 2 allowed values:X86_64
andArm64
. I have set all our recipes toX86_64
while we work on addingArm64
for the ones that support it.EnvironmentArchitecture
which is part of the Deployment Bundle Settings. This option setting has a type hint that checks theSupportedArchitectures
property on the recipe and prompts the user to chose one of them. By default, the architecture isX86_64
.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.