update project

This commit is contained in:
2024-11-25 16:10:58 +01:00
parent a6f3325842
commit 958ef12e91
9 changed files with 108 additions and 91 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ tidy:
build-linux:
make tidy
make remove-debug
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./tmp/rating ./cmd/.
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./tmp/arena ./cmd/.
.PHONY: pack-docker
# Run docker build for pack binary and assets to Docker container.