Update release-hook-post-linux.sh

This commit is contained in:
broughtupsy 2024-04-15 18:47:22 +03:00 committed by GitHub
parent 74e9129568
commit 46b437d5f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#!/bin/bash
# Se https://github.com/gohugoio/hugo/issues/8955
# See 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