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
fix
2021-10-22 18:23:26 +00:00
2023-01-16 23:28:01 -05:00
doc
2022-01-18 22:50:28 -05:00
2023-01-16 23:34:50 -05:00

alpine_nodejs

GitHub Actions Runner download alpine node.js from https://vstsagenttools.blob.core.windows.net/tools/nodejs

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

Tips for working with CIPlat.Externals repository:

  • The repository is huge right now, you don't want to waste your time and disk space to get those unrelated files.
    • Ignore LFS files during initial git clone the repo with GIT_LFS_SKIP_SMUDGE=1 git clone https://mseng@dev.azure.com/mseng/AzureDevOps/_git/CIPlat.Externals
    • Ignore LFS files during any git checkout or git fetch operation with GIT_LFS_SKIP_SMUDGE=1.
    • You do want the LFS smudge filter to run during git add and git push, make sure you don't have GIT_LFS_SKIP_SMUDGE=1 when you run git add and git push.
  • More Git-LFS doc is at https://github.com/git-lfs/git-lfs/tree/main/docs
Description
Mirror of github.com/actions/alpine_nodejs
Readme 903 KiB
Languages
Dockerfile 100%