Skip to content

Commit

Permalink
Fixing CI issue with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 23, 2024
1 parent 19f9710 commit 973c7f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
File renamed without changes.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ test:
build:
$(info Building launchr...)
# Application related information available on build time.
@echo "APP_VERSION: $(APP_VERSION)"
@echo "GIT_BRANCH: $(GIT_BRANCH)"
@echo "GIT_HASH: $(GIT_HASH)"
$(eval LDFLAGS:=-X '$(GOPKG).name=launchr' -X '$(GOPKG).version=$(APP_VERSION)' $(LDFLAGS_EXTRA))
$(eval BIN?=$(LOCAL_BIN)/launchr)
go generate ./...
Expand Down

0 comments on commit 973c7f2

Please sign in to comment.