diff --git a/.build.yml b/.build.yml index bdfcb87..cab512c 100644 --- a/.build.yml +++ b/.build.yml @@ -14,7 +14,7 @@ tasks: - lint: | make -C undocker -O -j$(nproc) lint - binaries: | - make -C undocker -O -j$(nproc) sha256sum.txt - cat undocker/sha256sum.txt + make -C undocker -O -j$(nproc) all + cat undocker/sha256sum-*.txt artifacts: - undocker/coverage.html diff --git a/Makefile b/Makefile index 11e81ed..f5c8038 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ $(foreach goosarch,$(GOOSARCHS),\ $(eval $(call undockertarget,$(word 1,$(subst /, ,$(goosarch))),$(word 2,$(subst /, ,$(goosarch)))))) .PHONY: all -all: $(UNDOCKERS) +all: $(UNDOCKERS) sha256sum-$(VSN).txt .PHONY: lint lint: