This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-satellite.git

commit 62978eaa0cc4b29fb40525a87644f8e367193413
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Jun 26 21:35:00 2023 +0800

    Build Docker multi-arch without attestation manifest
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index ea0fb6d..561b9a6 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,7 @@ define DOCKER_RULE
                --no-cache --build-arg VERSION=$(VERSION) \
                -t $(HUB)/skywalking-satellite:v$(VERSION) \
                -f docker/Dockerfile \
+                --provenance=false \
                .
        docker buildx rm skywalking_satellite || true
 endef

Reply via email to