We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be added:
Support arm/v7 in 3.x and 2.x in binary detection
Additional context:
--platform linux/arm/v7 dart:3.0.0-sdk
# strings /usr/lib/dart/bin/dart | grep -C 2 -e '3\.0\.0' 0000000000 000000000000 3.0.0 vcmps'cond 'sd, #0.0 vcmpd'cond 'dd, #0.0 -- short string = "%s" locale = "%s" 3.0.0 (stable) (Thu May 4 01:11:00 2023 -0700) on "linux_arm" "id" --timeline-streams="Compiler,Dart,GC"```
dart:2.12-sdk
# dart --version Dart SDK version: 2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200) on "linux_x64" # strings /usr/lib/dart/bin/dart | grep -C 2 -e '2\.12\.4' Integer_greaterThan MathAtan 2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200) Dart_TypeVoid %s expects argument 'type' to be a fully resolved type. -- _Uint8ArrayFactory, kTypedDataUint8ArrayCid stream error 2.12.4 Dart_IsolateHeapOldUsedMetric Dart_IsolateHeapNewUsedMetric
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What would you like to be added:
Support arm/v7 in 3.x and 2.x in binary detection
Additional context:
--platform linux/arm/v7 dart:3.0.0-sdk
dart:2.12-sdk
The text was updated successfully, but these errors were encountered: