This commit is contained in:
nuknal
2024-10-11 11:25:16 +08:00
parent 839a8648f5
commit 2b8d4f933d
3 changed files with 5 additions and 3 deletions

View File

@@ -9,3 +9,6 @@ clean:
linux:
GOOS=linux GOARCH=amd64 go build -o bin/sjy01-preprocessing -ldflags=${COMPILE_LDFLAGS} *.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"