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 support for running JavaScript actions on Alpine Linux arm64 #3665

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

Conversation

dennisameling
Copy link

@dennisameling dennisameling commented Jan 17, 2025

Closes #801

When testing the new Linux arm64 runners that are now in Public Preview, I ran into the following error:

JavaScript Actions in Alpine containers are only supported on x64 Linux runners. Detected Linux Arm64

I found #801 with a feature request for it. I started by adding commit 282063e to run the Linux arm64 tests in this repo on the new runners, but it failed with the exact same error.

Then I added 72b88cc, and the tests are passing on native Linux arm. There's one more piece to the puzzle though, which is actions/alpine_nodejs#7. Curious if the team has considered merging that one.

Thanks!

@dennisameling dennisameling requested a review from a team as a code owner January 17, 2025 23:30
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.

self-hosted: support Alpine
1 participant