You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There may be the case for defining platform specific settings such as arguments for a given platform, including amd64 and arm64 variants.
Describe the solution you'd like
The assembler allows defining customized args for Linux, Osx, and Windows. However, the assumed architecture is amd64. There's no option to define arm64 specific arguments.
Describe alternatives you've considered
Using native-image externally.