runner icon indicating copy to clipboard operation
runner copied to clipboard

Add ARM64/AARCH64 Support to create-latest-svc.sh Script

Open roznai opened this issue 1 year ago • 1 comments

This pull request aims to enhance the create-latest-svc.sh script by adding support for ARM64 architecture.

The current script does not fully support setting up GitHub Actions runners on ARM64-based systems. This PR introduces changes that allow the script to correctly identify and work with ARM64 architecture, thereby enabling users to set up self-hosted runners on ARM64 machines.

Changes include:

  • Added a condition to check if the system architecture is either arm64 or aarch64.
  • Based on the architecture, the appropriate runner package is downloaded and installed.

These changes will extend the usability of GitHub Actions runners to a wider range of systems and provide better support for ARM64 machines.

roznai avatar Feb 27 '24 17:02 roznai

Any update? Seems pretty straight forward

zikphil avatar Apr 17 '24 16:04 zikphil