Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen authored Feb 28, 2019
1 parent 0ee5adc commit bfb5275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ docker:
docker push subchen/$(NAME):$(VERSION)
docker push subchen/$(NAME):latest

sha256sum: build
sha256sum: build-all
@ for f in $(shell ls ./_releases); do \
cd $(CWD)/_releases; sha256sum "$$f" >> $$f.sha256; \
done

release: build sha256sum homebrew docker
release: build-all sha256sum homebrew docker

0 comments on commit bfb5275

Please sign in to comment.