1 Star 0 Fork 28

Dyson/natpass

forked from kasix/natpass 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
lwch 提交于 2021-11-08 12:20 +08:00 . 准备打包
#!/bin/sh
VERSION=0.6.1
docker build -t natpass -f contrib/build/Dockerfile .
docker run --rm \
-v `pwd`:/build \
-v $HOME/.cache/go-build:/root/.cache/go-build \
-v $HOME/go/pkg/mod:/root/go/pkg/mod \
-e BUILD_VERSION=$VERSION \
natpass /build/contrib/build/build "$@"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/DysonSphere/natpass.git
git@gitee.com:DysonSphere/natpass.git
DysonSphere
natpass
natpass
master

搜索帮助