Go to file
Jesse Chan 77e29d735e Working on v3.1.0
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 5d2bc3bb2, and Node 16.0.0
binaries will be dropped in v3.1.

No npm release is required for this change. We will do that after
binaries are compiled and hashes are updated.
2021-05-11 14:35:14 +01:00
.github/workflows CI: don't upload if binary is not compiled 2021-04-23 23:01:44 +08:00
lib build: don't strip global symbols of macOS binaries 2021-05-10 16:59:53 +01:00
patches patches: bump to 16.1.0 2021-05-10 08:56:52 +01:00
.dockerignore Add workflows for Alpine binaries 2021-04-15 23:47:45 +08:00
.eslintignore forgot shebang to make cli work 2016-08-31 09:02:52 +03:00
.eslintrc pkg-fetch: migrate to TypeScript (#139) 2021-03-29 12:46:10 +08:00
.gitignore .gitignore: ignore *.tsbuildinfo 2021-03-29 12:51:46 +08:00
.prettierignore Run prettier, convert to standard eslint, add CI (#138) 2021-03-26 16:51:31 -07:00
Dockerfile.alpine Revert "CI: don't fetch, build only" 2021-04-23 23:01:44 +08:00
Dockerfile.linux Revert "CI: don't fetch, build only" 2021-04-23 23:01:44 +08:00
license.md Create license.md 2017-06-22 10:39:28 +02:00
package.json Working on v3.1.0 2021-05-11 14:35:14 +01:00
readme.md short description in readme.md 2017-06-26 18:01:54 +03:00
tsconfig.json Cleanup, remove unused dependencies (#154) 2021-04-06 16:34:39 +08:00
yarn.lock Bump hosted-git-info from 2.8.8 to 2.8.9 (#181) 2021-05-11 15:16:24 +02:00

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.