CI workflows skip existing binaries in the same minor version. However,
some changes require us to rebuild and replace binaries.
As such, bump the minor version and create a Git tag to store the binaries.
Binaries to be carried over from v3.0:
- alpine, linux, linuxstatic and win
macOS ones would be recompiled due to
|
||
|---|---|---|
| .github/workflows | ||
| lib | ||
| patches | ||
| .dockerignore | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierignore | ||
| Dockerfile.alpine | ||
| Dockerfile.linux | ||
| license.md | ||
| package.json | ||
| readme.md | ||
| tsconfig.json | ||
| yarn.lock | ||
pkg-fetch
Github Releases page of this project contains base binaries,
used by pkg to create executables. pkg-fetch npm package
downloads base binaries or compiles them from source.