Update pkg references

This commit is contained in:
2022-04-21 22:27:20 +02:00
parent 835231cd42
commit 55de3ee25d
15 changed files with 24 additions and 24 deletions

View File

@@ -16,18 +16,18 @@ requirements:
@go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
speedrun-linux-amd64: requirements
GOOS=linux GOARCH=amd64 go build -o $(DIST)/speedrun-linux-amd64 -ldflags "-X github.com/speedrunsh/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
GOOS=linux GOARCH=amd64 go build -o $(DIST)/speedrun-linux-amd64 -ldflags "-X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
speedrun-linux-arm64: requirements
GOOS=linux GOARCH=arm64 go build -o $(DIST)/speedrun-linux-arm64 -ldflags "-X github.com/speedrunsh/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
GOOS=linux GOARCH=arm64 go build -o $(DIST)/speedrun-linux-arm64 -ldflags "-X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
speedrun-linux: speedrun-linux-amd64 speedrun-linux-arm64
speedrun-darwin-amd64: requirements
GOOS=darwin GOARCH=amd64 go build -o $(DIST)/speedrun-darwin-amd64 -ldflags "-X github.com/speedrunsh/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
GOOS=darwin GOARCH=amd64 go build -o $(DIST)/speedrun-darwin-amd64 -ldflags "-X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
speedrun-darwin-arm64: requirements
GOOS=darwin GOARCH=arm64 go build -o $(DIST)/speedrun-darwin-arm64 -ldflags "-X github.com/speedrunsh/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/speedrunsh/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
GOOS=darwin GOARCH=arm64 go build -o $(DIST)/speedrun-darwin-arm64 -ldflags "-X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.version=$(VERSION) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.commit=$(GITCOMMIT) -X github.com/dpogorzelski/speedrun/cmd/speedrun/cli.date=$(DATE)" ./cmd/speedrun
speedrun-darwin: speedrun-darwin-amd64 speedrun-darwin-arm64