Skip to content

Commit

Permalink
chore: disable provenance in buildx
Browse files Browse the repository at this point in the history
For some reason the builds fail to push the image to ghcr.io. I can't
reproduce that locally pushing to my username at ghcr.io, but this
provenance thing is the only thing I can think as a big change in
buildkit 0.11.0/buildx 0.10.0, so trying to disable it.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jan 11, 2023
1 parent 8965bee commit 73ac37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -18,6 +18,7 @@ PLATFORM ?= linux/amd64,linux/arm64
PROGRESS ?= auto
PUSH ?= false
COMMON_ARGS := --file=Pkgfile
COMMON_ARGS += --provenance=false
COMMON_ARGS += --progress=$(PROGRESS)
COMMON_ARGS += --platform=$(PLATFORM)
COMMON_ARGS += --build-arg=http_proxy=$(http_proxy)
Expand Down

0 comments on commit 73ac37d

Please sign in to comment.