1
0
forked from Plemya-x/ALR

Изменение ссылки на gitea.plemya-x.ru

This commit is contained in:
2024-08-24 12:55:17 +03:00
committed by Евгений
parent 842f796284
commit b1d45b05de
10 changed files with 20 additions and 20 deletions

View File

@ -17,9 +17,7 @@ build: check-no-root $(BIN)
export CGO_ENABLED := 0
$(BIN):
go build \
-ldflags="-X 'gitverse.ru/Xpamych/ALR/internal/config.Version=$(GIT_VERSION)'" \
-o $@
go build -ldflags="-X 'gitea.plemya-x.ru/xpamych/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@
check-no-root:
@if [[ "$$(whoami)" == 'root' ]]; then \