Skip to content

Adding arm64 sniffing support#97

Merged
timheuer merged 6 commits intomasterfrom
arm64
Dec 12, 2022
Merged

Adding arm64 sniffing support#97
timheuer merged 6 commits intomasterfrom
arm64

Conversation

@timheuer
Copy link
Copy Markdown
Member

@timheuer timheuer commented Nov 8, 2022

Fixes #96 by adding arm64 path

@timheuer timheuer requested review from baronfel and heaths November 8, 2022 00:28
Copy link
Copy Markdown
Member

@heaths heaths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see nothing blocking - just an open question.

msbuild-architecture: 'x64'

- name: Setup MSBuild (arm64)
if: always()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since I can't comment on lines not in the PR, should you add a similar condition to echo msbuild path below as well? Also, can these tools only be installed on ARM64 machines? I'm not actually sure myself, and you changed the README to say the success of some of these steps depend on the agent OS so I'm expecting they are conditional. If so, can these be conditioned on the agent architecture? Not sure if such a thing is possible, but maybe.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this instance I was just making sure all steps executed :-) regardless of fail/succeed -- meaning I expect failure to happen on arm64 on all of these unless self-hosted (at least right now)

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.

Add support for ARM64

4 participants