$(foreach GOARCH,$(GOARCHES),GOARCH=$(GOARCH) go build ${GOFLAGS} -o wesher$(if$(filter-out $(GOARCH), $(GOARCHES)),-$(GOARCH));)
release:build
sha256sum wesher-* > wesher.sha256sums
sha256sum wesher-* | tee wesher.sha256sums
e2e:build
tests/e2e.sh
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.