Giter Club home page Giter Club logo

Comments (4)

elijahr avatar elijahr commented on May 24, 2024 1

As far as I am aware, this is not possible due to the way Github Actions work; the actions themselves can only be run on either GitHub's hosted runners, which are all x86 (Windows, Mac, or Linux), or your own self-hosted runners. Self-hosted runners can be any internet-accessible machine running the Github Actions Runner, which at this time officially supports x86 (Windows, Mac, or Linux), with the only alternative architecture being pre-release support for ARM & ARM64 Linux. Other platforms could work out of the box even if not officially supported - and GAR is open source, so one could potentially add or improve support for other platforms.

from run-on-arch-action.

elijahr avatar elijahr commented on May 24, 2024 1

If you want Linux ARM in the cloud to run your actions, you could provision an AWS A1 instance and install the Github Actions Runner, and use that as a self-hosted runner for your project. In that case, you wouldn't need run-on-arch-action; all your actions would be running natively on ARM. There might be compatibility issues with some actions. I have not done this myself, and there may be other options than AWS A1. If you do something like this, let us know! It would be interesting.

from run-on-arch-action.

uraimo avatar uraimo commented on May 24, 2024 1

Agree with @elijahr , If you mean executing some other action inside the emulated context of container, that is not possible at the moment since it would require having all the GH Actions infrastructure runnable inside the container (with all that entails).
If you want to try some other cloud provider, it could make sense to give a try to Scaleway(lots of weird arm vps) or packet/equinix(arm64 servers) too.

from run-on-arch-action.

cornfeedhobo avatar cornfeedhobo commented on May 24, 2024

@uraimo I was worried this was the case.

@elijahr Running outside the GH infrastructure is out of the question in my case.

Thanks for the insights, both of you.

from run-on-arch-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.