Removes {{ .Version }} template from buildpack.toml
To package this buildpack for consumption:
$ ./scripts/package.sh
This builds the buildpack’s Go source using GOOS=linux by default. You can supply another value as the first argument to package.sh.
GOOS=linux
package.sh
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Node.js Compat Cloud Native Buildpack
Usage
To package this buildpack for consumption:
This builds the buildpack’s Go source using
GOOS=linuxby default. You can supply another value as the first argument topackage.sh.