Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change to fix prow issue
  • Loading branch information
vitt-bagal committed Mar 9, 2020
commit eb99fd74fd57d73fddaf710880188ee491dfa111
2 changes: 1 addition & 1 deletion release-tools/build.make
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ ARCH := $(if $(GOARCH),$(GOARCH),$(shell go env GOARCH))

# To enable experimental features on the Docker daemon
DOCKER_CLI_EXPERIMENTAL:=enabled
#export DOCKER_CLI_EXPERIMENTAL

# Specific packages can be excluded from each of the tests below by setting the *_FILTER_CMD variables
# to something like "| grep -v 'github.com/kubernetes-csi/project/pkg/foobar'". See usage below.
Expand All @@ -79,6 +78,7 @@ build-%: check-go-version-go

# Modifying container target to build multiarch docker image and push it to docker registry in single go.
container-%: build-%
export DOCKER_CLI_EXPERIMENTAL
docker run --rm --privileged linuxkit/binfmt:v0.7
docker buildx create --use --name multiarchimage-builder
for tag in $(IMAGE_TAGS); do \
Expand Down