Skip to content

Commit

Permalink
bootstrap-tools are required for kured bin
Browse files Browse the repository at this point in the history
kured linking needs the goreleaser command line, yet it does
not ensure it is present.

This fixes it by ensuring the bootstrap-tools are always
fetched first.
  • Loading branch information
evrardjp committed Nov 4, 2024
1 parent 7385642 commit d001ea3
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 @@ -24,7 +24,7 @@ bootstrap-tools: $(HACKDIR)
clean:
rm -rf ./dist

kured:
kured: bootstrap-tools
$(GORELEASER_CMD) build --clean --single-target --snapshot

kured-all:
Expand Down

0 comments on commit d001ea3

Please sign in to comment.