add logic to handle downloading requestor binaries on linux arm (aarch64) #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
currently requestor installations are available via manual install but with a little bash scripting modification this can be automated via the as-requestor script. the modifications i have made should produces as-requestor (as-provider) production and development bash installation scripts via the standard gen.py to automatically work for a requestor installation on linux with an arm based cpu (aarch64) but to emit an error as expected on provider installs.
the only file modified is the template install.sh and specifically only one function is modified, detect_dist(), so that:
note, the given code makes it easy to support provider installs on linux arm when available simply by commenting or removing the logic that tests for "provider"
this pull shall close issue #45 and #24