feat: build.sh

This commit is contained in:
Teajey 2024-05-21 01:05:55 +12:00
parent 60831449de
commit 245bd6ef9c
Signed by: Teajey
GPG Key ID: 970E790FE834A713
1 changed files with 1 additions and 0 deletions

1
build.sh Executable file
View File

@ -0,0 +1 @@
docker run --rm -v "$PWD":/usr/src/lishwist -w /usr/src/lishwist golang:1.22 env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build .