1 Star 1 Fork 0

lhtzbj12 / snowflake-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
lhtzbj12 提交于 2023-02-12 18:35 . 初次公开
#! /bin/sh
rm -rf ./sfgo
go mod tidy
go build --tags netgo
if [ $? -ne 0 ]; then
echo 'go build 失败'
exit 1
fi
docker build -t registry.cn-beijing.aliyuncs.com/lhtzbj12/snowflake-go .
if [ $? -ne 0 ]; then
echo 'docker build 失败'
exit 1
fi
docker login --username=lhtzbj12@163.com registry.cn-beijing.aliyuncs.com
if [ $? -ne 0 ]; then
echo 'docker login 失败'
exit 1
fi
docker push registry.cn-beijing.aliyuncs.com/lhtzbj12/snowflake-go
Go
1
https://gitee.com/lhtzbj12/snowflake-go.git
git@gitee.com:lhtzbj12/snowflake-go.git
lhtzbj12
snowflake-go
snowflake-go
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891