diff --git a/Makefile b/Makefile index 84c6e7a34ce19d6ef17a6d4ed1f431e60ab9dd1f..4f17946e58563dbc91e4104e6d177c530d5758b7 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ TAG = xfce all: docker buildx create --use --node new-builder - docker buildx build --push --platform "linux/amd64" --tag "${REPO}:${TAG}" . + docker buildx build --provenance=false --push --platform "linux/amd64" --tag "${REPO}:${TAG}" .