fixes to index page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-14 10:30:29 +11:00
parent 5130d37632
commit 13af853c45
5 changed files with 11 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ do
starttime=$(TZ=Australia/Sydney date +%Y-%m-%dT%T%z)
echo "build commences at $starttime"
env GOOS=$GOOS GOARCH=$GOARCH go build -trimpath -ldflags="-X main.version=$package_version -X main.commit=$commit -X main.buildTime=$buildtime" -o build/$output_name $package
env GOOS=$GOOS GOARCH=$GOARCH go build -trimpath -ldflags="-X main.version=$package_version -X main.sha1ver=$commit -X main.buildTime=$buildtime" -o build/$output_name $package
if [ $? -ne 0 ]; then
echo 'An error has occurred! Aborting the script execution...'
exit 1