Tingluo Huang 66db024c59 Merge pull request #2 from actions/benwells/update-ownership-slack
Update slack channel associated with ownership.yaml
2023-10-18 13:37:16 -04:00
doc
2022-01-18 22:50:28 -05:00
2023-01-16 23:31:18 -05:00
2023-01-16 23:30:32 -05:00
2023-09-15 13:07:14 -04:00
fix
2021-10-22 18:23:26 +00:00
2023-01-16 23:28:01 -05:00
2023-10-18 13:24:57 -04:00
2023-09-15 13:15:59 -04:00
2023-01-16 23:34:50 -05:00
2023-09-15 13:18:30 -04:00

GitHub Alpine NodeJS

Actions Status

The Alpine NodeJS repo houses a redistribution of NodeJS builds that are used within the GitHub Actions Runner.

Getting Started

The workflow in this repository can compile a partial-static node.js for alpine and create a GitHub release for it.

  • Queue workflow using workflow_dispatch trigger and set the node version you want to compile as input, ex: v12.22.7 queue workflow

  • Wait for the run to complete succeed run

  • There should be a newly created release that matches the version you want for node, and it is able to run on alpine. new release

Description
Mirror of github.com/actions/alpine_nodejs
Readme 903 KiB
Languages
Dockerfile 100%