File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ init-buildx:
126
126
$(DOCKER ) run --rm --privileged multiarch/qemu-user-static --reset --credential yes --persistent yes
127
127
# Ensure we use a builder that can leverage it (the default on linux will not)
128
128
-$(DOCKER ) buildx rm multiarch-multiplatform-builder
129
- $(DOCKER ) buildx create --use --name=multiarch-multiplatform-builder --driver-opt network=host --driver-opt image=moby/buildkit:v0.11.3
129
+ $(DOCKER ) buildx create --use --name=multiarch-multiplatform-builder --driver-opt network=host --driver-opt image=moby/buildkit:v0.14.1
130
130
# Register gcloud as a Docker credential helper.
131
131
# Required for "docker buildx build --push".
132
132
gcloud auth configure-docker --quiet
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ PKG_ROOT=$(git rev-parse --show-toplevel)
22
22
23
23
" ${PKG_ROOT} /hack/verify-gofmt.sh"
24
24
" ${PKG_ROOT} /hack/verify-govet.sh"
25
+ " ${PKG_ROOT} /hack/verify-docker-deps.sh"
25
26
26
27
make -C " ${PKG_ROOT} " all
You can’t perform that action at this time.
0 commit comments