Files
alpine_nodejs/README.md
TingluoHuang b85caf7640 doc
2022-01-18 22:50:28 -05:00

2.1 KiB

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