Skip to content

Commit

Permalink
force ommit
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkuhn committed Mar 18, 2024
1 parent 833b8d5 commit 67d56cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build-topkapi: setup ## go build library topkapi for kafka
cd topkapi; go test . -coverprofile="coverage.out" -v; \
env GOOS=$(GOOS) GOARCH=$(ARCH) CGO_ENABLED=0 go build -ldflags "-X 'main.BuildTime=$(BUILD_TIME)' -X 'main.ReleaseName=$(RELEASE_NAME)' -X 'main.AppVersion=$(RELEASE_VERSION)' $(LDFLAGS_EXT)" -o ../dist/topkapi cmd/topkapi/main.go

## go build all submodules and libs
## go build all submodules and libraries
.PHONY: build
build: build-imagine build-healthbells build-polly build-remindabot build-topkapi

Expand Down

0 comments on commit 67d56cb

Please sign in to comment.