attest -> reproduce

This commit is contained in:
Lance Vick 2023-04-04 14:16:53 -07:00
parent d5fcfe2886
commit bcea9f50b8
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ toolchain-clean:
rm -rf $(CACHE_DIR_ROOT) $(OUT_DIR)
docker image rm -f $(IMAGE)
.PHONY: attest
attest: toolchain-clean
.PHONY: reproduce
reproduce: toolchain-clean
mkdir -p $(OUT_DIR)
cp $(DIST_DIR)/release.env $(OUT_DIR)/release.env
$(MAKE) TARGET=$(TARGET) VERSION=$(VERSION)