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
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add NODE_ALPINE_URL for arm64 in preparation for its support
  • Loading branch information
dennisameling committed Jan 17, 2025
commit c7ea81c5f5df8e76c937560ea44ad217405af983
1 change: 1 addition & 0 deletions src/Misc/externals.sh
Original file line number Diff line number Diff line change
@@ -172,6 +172,7 @@ fi

if [[ "$PACKAGERUNTIME" == "linux-arm64" ]]; then
acquireExternalTool "$NODE_URL/v${NODE20_VERSION}/node-v${NODE20_VERSION}-linux-arm64.tar.gz" node20 fix_nested_dir
acquireExternalTool "$NODE_ALPINE_URL/v${NODE20_VERSION}/node-v${NODE20_VERSION}-alpine-arm64.tar.gz" node20_alpine
fi

if [[ "$PACKAGERUNTIME" == "linux-arm" ]]; then