attitude update frequency

This commit is contained in:
nuknal
2024-09-13 12:51:02 +08:00
parent ec793d17ba
commit 001ad32b8e
5 changed files with 7 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ clean:
rm -rf ./bin/*
linux:
GOOS=linux GOARCH=amd64 go build -o bin/sjy01-imgproc -ldflags=${COMPILE_LDFLAGS} cmd/*.go
GOOS=linux GOARCH=amd64 go build -o bin/sjy01-imgproc-v2 -ldflags=${COMPILE_LDFLAGS} cmd/*.go
release:
docker run --rm -v .:/src -v /Users/lan/workspace/sjy01/build/go:/build/go nuknal/gdal38-cv49-builder sh -c "cd /src && make linux"