Skip to content

Commit

Permalink
fix base image build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Mar 11, 2020
1 parent 014730d commit e77c53e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/base/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
TAG?=$(shell echo "$$(date +v%Y%m%d)-$$(git describe --always --dirty)")
IMAGE?=kindest/base:$(TAG)
# required for buildx
export DOCKER_CLI_EXPERIMENTAL=enabled

# build with buildx
PLATFORMS?=linux/amd64,linux/arm64
Expand All @@ -20,7 +22,6 @@ quick: OUTPUT=--load
quick: build

# enable buildx
DOCKER_CLI_EXPERIMENTAL=enabled
ensure-buildx:
./../../hack/build/init-buildx.sh

Expand Down

0 comments on commit e77c53e

Please sign in to comment.