Skip to content
New issue

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

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

Already on GitHub? # to your account

[Enhancement] Agent should print a warning that it is being run in emulation #7022

Open
intxgo opened this issue Feb 25, 2025 · 0 comments
Open

Comments

@intxgo
Copy link
Contributor

intxgo commented Feb 25, 2025

Describe the enhancement:

Agent should print a notice at the end of any command line output that the current binary runs in emulation. This will help identify mistakes in choosing the right Agent package.

Describe a specific use case for the enhancement or feature:

Since Agent is used broadly on ARM and x86_64 machines it's very easy to make the mistake of choosing non-native binary. Hopefully it's not a big difference but binary built for native architecture is always more optimal.

What is the definition of done?

Agent should print a message at the end of any command, especially the enroll command as it's the first one executed.
The exact wording should be chosen by the developer, for example Note: Agent binary architecture x86_64 running on arm64 hardware. Choosing the native package is recommended.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant