Skip to content

Commit

Permalink
feat(redis-ha): fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgw committed May 23, 2024
1 parent d89c015 commit 0036fcb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ buildent: packr2
@mkdir -p bin
cp imports/imports.go.template imports/imports.go
@sed "s?)?$(MODS)@)?" go.mod | tr '@' '\n' > goent.mod
@cat goent.diff | grep '^replace' >> goent.mod
$(GO) build $(GOFLAG) -tags ent -ldflags '${GOLDFLAGS}' -modfile goent.mod ./cmd/${APP_NAME}
@mv ./pier bin
@printf "${GREEN}Build pier ent successfully!${NC}\n"
Expand Down
22 changes: 11 additions & 11 deletions internal/repo/packrd/packed-packr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0036fcb

Please sign in to comment.