build: use go install
Some checks failed
Deploy / deploy (push) Failing after 45s

This commit is contained in:
xuu
2023-10-15 14:27:15 -06:00
parent b7f4d06731
commit 392341cf38
11 changed files with 28 additions and 30 deletions

2
debian/Makefile vendored
View File

@@ -25,7 +25,7 @@ build:
export BUILD="BUILD/$(NAME)_$(VERSION)"; \
env GOOS=linux GOARCH=amd64 go build -v -o $${BUILD}/opt/sour.is/bin/paste \
-ldflags "-X main.AppVersion=$(VERSION) -X main.AppBuild=$(DATE)"\
sour.is/x/paste/cmd/paste && \
go.sour.is/paste/cmd/paste && \
dpkg -b $${BUILD}
copy: