Skip to content

Commit

Permalink
fix: do not reduce binary size, it fails on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Mar 9, 2022
1 parent 4c52933 commit 5fd8a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $(BIN)/$(EXECUTABLE)-debug: $(SOURCES)
$(GOBUILD) -v -tags '$(TAGS)' -ldflags '$(LDFLAGS)' -gcflags '$(GCFLAGS)' -o $@ ./cmd/$(NAME)

.PHONY: release
release: $(DIST) release-linux release-darwin release-windows release-reduce release-checksum
release: $(DIST) release-linux release-darwin release-windows release-checksum

$(DIST):
mkdir -p $(DIST)
Expand Down

0 comments on commit 5fd8a4c

Please sign in to comment.