docker-lbrynet/Makefile

18 lines
222 B
Makefile
Raw Normal View History

all:
make latest_image
make publish
make clean
latest_image:
2019-01-29 18:22:50 +07:00
scripts/get_release.sh
latest_rc_image:
scripts/get_release.sh rc
2019-01-29 18:22:50 +07:00
.PHONY: publish
publish:
scripts/publish.sh
2019-01-29 18:22:50 +07:00
clean:
rm -rf lbrynet lbrynet-linux.zip