Makefile: Change build-go to only build the binaries, and deprecate build-go-fast (#111986)

This commit is contained in:
Matheus Macabu
2025-10-08 15:04:36 +02:00
committed by GitHub
parent fcdfc86561
commit ff448240c1
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ echo starting server
# see https://github.com/air-verse/air/issues/525
# if this gets resolved, we could remove the go build and rely on the binary being present as before
if [[ ! -f ./bin/"$ARCH"grafana ]]; then
make GO_BUILD_DEV=1 build-go-fast
make GO_BUILD_DEV=1 build-go
fi
cp -r ./bin $RUNDIR