File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ bin/.container-$(DOTFILE_IMAGE)-%: bin/$(OS)_$(ARCH)/$(BIN) $(DOCKERFILE_%)
215
215
-e ' s|{RESTIC_VER}|$(RESTIC_VER)|g' \
216
216
-e ' s|{NEW_RESTIC_VER}|$(NEW_RESTIC_VER)|g' \
217
217
$(DOCKERFILE_$* ) > bin/.dockerfile-$* -$(OS ) _$(ARCH )
218
- @docker build --pull -t $(IMAGE ) :$(TAG_$* ) -f bin/.dockerfile-$* -$(OS ) _$(ARCH ) .
218
+ @DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --platform $( OS ) / $( ARCH ) --load --pull -t $(IMAGE ) :$(TAG_$* ) -f bin/.dockerfile-$* -$(OS ) _$(ARCH ) .
219
219
@docker images -q $(IMAGE ) :$(TAG_$* ) > $@
220
220
@echo
221
221
Original file line number Diff line number Diff line change @@ -444,5 +444,5 @@ sigs.k8s.io/kustomize v2.0.3+incompatible/go.mod h1:MkjgH3RdOWrievjo6c9T245dYlB5
444
444
sigs.k8s.io/structured-merge-diff v0.0.0-20190302045857-e85c7b244fd2 /go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI =
445
445
sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs =
446
446
sigs.k8s.io/yaml v1.1.0 /go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o =
447
- stash.appscode.dev/stash v0.9.0-rc.0 h1:vSSzKdoQWS4hKLd7cVWyL6tkTwH8aVEse4RP7kAe/ec =
447
+ stash.appscode.dev/stash v0.9.0-rc.0 h1:GhzBnqHYBgq+2bcuwsDK3nhq2PPEhGkBH0EFAXp2OmY =
448
448
stash.appscode.dev/stash v0.9.0-rc.0 /go.mod h1:/YjAPx/9E4ScxWea1mbJC6qx9TomhqS83AUy2LufVVk =
You can’t perform that action at this time.
0 commit comments