File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ all: build test acceptance
2525release :
2626 @test $(version )
2727 @docker build --build-arg SINKER_VERSION=$(version ) -t plexsystems/sinker:$(version ) .
28- @GOOS=darwin GOARCH=amd64 go build $(GO_TAGS ) -o sinker-darwin-amd64 -ldflags=" -X 'github.com/plexsystems/sinker/internal/commands.sinkerVersion=$( version) '"
29- @GOOS=windows GOARCH=amd64 go build $(GO_TAGS ) -o sinker-windows-amd64 -ldflags=" -X 'github.com/plexsystems/sinker/internal/commands.sinkerVersion=$( version) '"
30- @GOOS=linux GOARCH=amd64 go build $(GO_TAGS ) -o sinker-linux-amd64 -ldflags=" -X 'github.com/plexsystems/sinker/internal/commands.sinkerVersion=$( version) '"
28+ @GOOS=darwin GOARCH=amd64 go build -tags= ' $(GO_TAGS)' -o sinker-darwin-amd64 -ldflags=" -X 'github.com/plexsystems/sinker/internal/commands.sinkerVersion=$( version) '"
29+ @GOOS=windows GOARCH=amd64 go build -tags= ' $(GO_TAGS)' -o sinker-windows-amd64 -ldflags=" -X 'github.com/plexsystems/sinker/internal/commands.sinkerVersion=$( version) '"
30+ @GOOS=linux GOARCH=amd64 go build -tags= ' $(GO_TAGS)' -o sinker-linux-amd64 -ldflags=" -X 'github.com/plexsystems/sinker/internal/commands.sinkerVersion=$( version) '"
You can’t perform that action at this time.
0 commit comments