Skip to content

Commit

Permalink
chore: disable provenance in buildx
Browse files Browse the repository at this point in the history
The builds fail to push the image to ghcr.io, because of the new default
provenance attestation with buildkit 0.11.0/buildx 0.10.0, so disabling it
for now.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jan 12, 2023
1 parent e2a8692 commit 136958f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PROGRESS ?= auto
PUSH ?= false
DEST ?= _out
COMMON_ARGS := --file=Pkgfile
COMMON_ARGS += --provenance=false
COMMON_ARGS += --progress=$(PROGRESS)
COMMON_ARGS += --platform=$(PLATFORM)
COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH)
Expand Down

0 comments on commit 136958f

Please sign in to comment.