Skip to content

Conversation

asana-kristoferbuno
Copy link

This PR finalizes the workflow files used to build Node.js and removes unused cruft.

description: 'ref to build'
description: 'ref to build Node.js from'
required: true
default: 'main'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're default ref is main but your default Dockerfile is for Node20? main isn't Node 20 (I don't think it is)

run: |
./configure --experimental-enable-pointer-compression
make -j4 install DESTDIR=$GITHUB_WORKSPACE/node-install
docker build -t node20_build -f ./${{inputs.DOCKER_FILE}} .

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since your docker file is paramterized, maybe don't have the build tagged as node20_build, maybe just node_build?

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

Successfully merging this pull request may close these issues.

2 participants