Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
jankfest buildx v2
Signed-off-by: Connor Catlett <conncatl@amazon.com>
  • Loading branch information
ConnorJC3 committed Jan 24, 2023
1 parent 5483e28 commit 7a53c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -102,7 +102,7 @@ image: .image-$(TAG)-$(OS)-$(ARCH)-$(OSVERSION)
-t=$(IMAGE):$(TAG)-$(OS)-$(ARCH)-$(OSVERSION) \
--build-arg=GOPROXY=$(GOPROXY) \
--build-arg=VERSION=$(VERSION) \
`./hack/provenance` \
--attest="" \
.
touch $@

Expand Down
2 changes: 1 addition & 1 deletion hack/provenance
Expand Up @@ -26,7 +26,7 @@
BUILDX_TEST=`docker buildx build --provenance=false 2>&1`
if [[ "${BUILDX_TEST}" == *"See 'docker buildx build --help'."* ]]; then
if [[ "${BUILDX_TEST}" == *"requires exactly 1 argument"* ]]; then
echo "--provenance=false"
echo "--attest=false"
fi
else
echo "Local buildx installation broken?" >&2
Expand Down

0 comments on commit 7a53c4a

Please sign in to comment.