-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
Support architecture parameter #591
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
const architectureArgument = []; | ||
|
||
// @ts-ignore | ||
const process = require('process'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure but I don't think you need to import process and use TS ignore. Node has process as a global.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, alright! I'll try with the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed made, and it works too!
Looks like CI builds are failing because of the license server |
Hey there, we just merged a fix for the failing license activation. Can you merge main into your branch and link a successful build log from your own branch. Then we can review and merge. Thanks! |
Can take a look at this today! Or is this already part of #596? |
I've already added it to the other PR and merged it in an effort to get v4 out faster. I will make sure you are credited in the release notes and commit message though for your contribution! Gonna close this PR now since the functionality is now merged to main. |
Changes
--architecture
parameter for support on running on M1 agentsRelated Issues
Checklist
code of conduct
in the documentation repo)