This commit is contained in:
2025-06-02 14:22:23 -07:00
parent a34a891738
commit 203449fbf9
3 changed files with 9 additions and 2 deletions

6
release.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env sh
set -e
GOOS=linux GOARCH=amd64 go build
tar czvf epoch-linux.tar.gz ./epoch-linux