-
Notifications
You must be signed in to change notification settings - Fork 66
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
Could be nice to have a os.detected.arch.bitness variable #36
Comments
Sounds like a good idea. Let me try to find some spare time. |
This would be a great feature. Is this still being worked on? |
Couldn't find spare time for this. Pull request appreciated. |
@trustin Please kindly see my pull request. :-) |
@trustin |
I'm really sorry I forgot about your pull request. Let me take a look this week. Is it still valid? |
Yes, it is. But: I created a different type of build right now, so I might not actually use it. |
I had a case where I needed to know the "bitness" of the OS (32 or 64 bits). I used ${os.detected.arch}, but I was not interested in the architecture part (x86, itanium, etc.), I only needed the bitness part. So it would be nice to have a ${os.detected.arch.bitness} variable containing only the bitness part of ${os.detected.arch}.
The text was updated successfully, but these errors were encountered: