mirror of
1
Fork 0

Update Makefile

Typo
This commit is contained in:
FermeLeLundi 2024-11-28 10:11:36 +00:00
parent df00b0e345
commit 3b47409532
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ release-docs: | $(DIST_DIRS) docs
.PHONY: reproduce-build
reproduce-build:
# Start building the Dockerfile with the RELEASE_VERSION tag set. GOPROXY is set
# for convience, because the default of the Dockerfile is `direct` which can be
# for convenience, because the default of the Dockerfile is `direct` which can be
# quite slow.
@docker build --build-arg="RELEASE_VERSION=$(RELEASE_VERSION)" --build-arg="GOPROXY=$(shell $(GO) env GOPROXY)" --tag "forgejo-reproducibility" .
@id=$$(docker create forgejo-reproducibility); \