1 Star 0 Fork 36

沈登科/Hugo-Go

forked from Gitee 极速下载/Hugo-Go 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release-hook-post-linux.sh 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
# Se https://github.com/gohugoio/hugo/issues/8955
objdump -T dist/hugo_extended_linux_linux_amd64/hugo | grep -E -q 'GLIBC_2.2[0-9]'
RESULT=$?
if [ $RESULT -eq 0 ]; then
echo "Found GLIBC_2.2x in Linux binary, this will not work in older Vercel/Netlify images.";
exit -1;
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sheik888/Hugo-Go.git
git@gitee.com:sheik888/Hugo-Go.git
sheik888
Hugo-Go
Hugo-Go
master

搜索帮助