Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly parse target arch when version is included #3675

Merged
merged 4 commits into from
Apr 4, 2024

Conversation

gcampbell-msft
Copy link
Collaborator

This addresses #3672.

The issue was that we weren't parsing the targetArch correctly when the version was included. See here.

We pass a includeVersion boolean that defaults to false, because we also use this method to get the name of the script to call in arm scenarios, and we shouldn't include the version then. Only when we're getting the script args should we include the version.

@gcampbell-msft gcampbell-msft enabled auto-merge (squash) April 4, 2024 21:11
@gcampbell-msft gcampbell-msft merged commit 73d1676 into main Apr 4, 2024
4 checks passed
@gcampbell-msft gcampbell-msft deleted the dev/gcampbell/CorrectlyParseTargetArch branch April 4, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants