diff --git a/Makefile b/Makefile index 8f34902804d2bb8bf1aaf145c4e2e20016cc684d..075f8a094acaf0e02588385d7f3f85ab251a453e 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ build-linux: export GOOS := linux build-linux: export GOARCH := amd64 build-linux: export CGO_ENABLED := 0 build-linux: $(BIN_DIR)/artifact.bin + sha256sum $(BIN_DIR)/artifact.bin .PHONY: test