Skip to content
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

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

roznai
Copy link

@roznai roznai commented Feb 27, 2024

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 roznai requested a review from a team as a code owner February 27, 2024 17:26
@roznai roznai changed the title Adding aarch64 option for download Add ARM64/AARCH64 Support to create-latest-svc.sh Script Feb 27, 2024
@zikphil
Copy link

zikphil commented Apr 17, 2024

Any update? Seems pretty straight forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants