Use Build Configs

This commit is contained in:
Oliver Davies 2025-10-07 07:51:48 +01:00
parent 882e428053
commit 0e55475d85
4 changed files with 23 additions and 5 deletions

4
build
View file

@ -2,8 +2,4 @@
set -euo pipefail
echo "Building..."
go build -o zet cmd/zet/main.go
echo "Done."