Skip to content
Snippets Groups Projects
Commit d3ef56c4 authored by gjahn's avatar gjahn
Browse files

Calculate checksum after executing make target 'build-linux'

parent b3ecabcc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment