Skip to content

Commit

Permalink
Fix tarball publish (#410)
Browse files Browse the repository at this point in the history
Depend only on promu, not crossbuild, as crossbuild does not work in
docker.

Signed-off-by: Ben Kochie <[email protected]>
  • Loading branch information
SuperQ authored and bwplotka committed Jul 5, 2018
1 parent bbf6efe commit 0c5a77b
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 @@ -42,7 +42,7 @@ crossbuild: deps $(PROMU)
$(PROMU) crossbuild -v

.PHONY: tarballs-release
tarballs-release: crossbuild
tarballs-release: $(PROMU)
@echo ">> Publishing tarballs"
$(PROMU) crossbuild tarballs
$(PROMU) checksum .tarballs
Expand Down

0 comments on commit 0c5a77b

Please sign in to comment.