Skip to content

Commit 833394d

Browse files
authored
Merge pull request #50 from danielvegamyhre/update-build-cmd
Update image-build cmd and installation instructions to reduce build time
2 parents 77b989b + 2060000 commit 833394d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ image-local-push: image-local-build
110110
.PHONY: image-build
111111
image-build:
112112
$(IMAGE_BUILD_CMD) -t $(IMAGE_TAG) \
113-
--platform=$(PLATFORMS) \
114113
--build-arg BASE_IMAGE=$(BASE_IMAGE) \
115114
--build-arg BUILDER_IMAGE=$(BUILDER_IMAGE) \
116115
$(PUSH) \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To install the CRD and deploy the controller on the cluster selected on your `~/
88
```
99
git clone https://github.com/kubernetes-sigs/jobset.git
1010
cd jobset
11-
IMAGE_REGISTRY=<registry>/<project> make image-local-push deploy
11+
IMAGE_REGISTRY=<registry>/<project> make image-push deploy
1212
```
1313

1414
## Community, discussion, contribution, and support

0 commit comments

Comments
 (0)