Skip to content

Commit

Permalink
Enable reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Feb 12, 2025
1 parent 65940f8 commit 5873e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions make/tool.mk
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ $(TOOLS_DIR)/%/image-linux-amd64.json: \
exit 0; \
fi; \
rm -f image-linux-$(ARCH).json; \
export SOURCE_DATE_EPOCH="$(SOURCE_DATE_EPOCH)"; \
if ! docker buildx build $(TOOLS_DIR)/$* \
--builder=$(BUILDER) \
--build-arg=branch=$(DOCKER_TAG) \
Expand Down Expand Up @@ -231,6 +232,7 @@ $(TOOLS_DIR)/%/image-linux-arm64.json: \
exit 0; \
fi; \
rm -f image-linux-$(ARCH).json; \
export SOURCE_DATE_EPOCH="$(SOURCE_DATE_EPOCH)"; \
if ! docker buildx build $(TOOLS_DIR)/$* \
--builder=$(BUILDER) \
--build-arg=branch=$(DOCKER_TAG) \
Expand Down

0 comments on commit 5873e24

Please sign in to comment.