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
people seeking to run a requestor on linux are advised to run the following command: curl -sSf https://join.golem.network/as-requestor | bash -requestor primer however for a client running the script in linux (not Darwin) on an arm cpu this fails with the error message: golem-installer: invalid cputype: aarch64
i propose additional bash logic #44 to test for aarch64 on requestor installs to proceed as normally (with an additional logic to correctly resolve the url to aarch64 binaries) following the canonical pattern set by the releases thus far.
closing this issue should also close #24 (in addition to #44)
The text was updated successfully, but these errors were encountered:
people seeking to run a requestor on linux are advised to run the following command:
curl -sSf https://join.golem.network/as-requestor | bash -
requestor primer however for a client running the script in linux (not Darwin) on an arm cpu this fails with the error message: golem-installer: invalid cputype: aarch64i propose additional bash logic #44 to test for aarch64 on requestor installs to proceed as normally (with an additional logic to correctly resolve the url to aarch64 binaries) following the canonical pattern set by the releases thus far.
closing this issue should also close #24 (in addition to #44)
The text was updated successfully, but these errors were encountered: