-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ARM64 arch for release images (#2315)
* Support ARM arch for release images Signed-off-by: Andrey Velichkevich <[email protected]> * Update Developer Doc Signed-off-by: Andrey Velichkevich <[email protected]> --------- Signed-off-by: Andrey Velichkevich <[email protected]>
- Loading branch information
1 parent
2d308b7
commit ea46a7f
Showing
4 changed files
with
46 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,10 @@ Follow these steps to cut a new Katib release: | |
git clone [email protected]:kubeflow/katib.git $GOPATH/src/github.com/kubeflow/katib | ||
``` | ||
|
||
1. Make sure that you can build all Katib images: | ||
1. Make sure that you can build all Katib images. **Note** that | ||
your Docker Desktop should | ||
[enable containerd image store](https://docs.docker.com/desktop/containerd/#enable-the-containerd-image-store) | ||
to build multi-arch images: | ||
|
||
``` | ||
make build REGISTRY=private-registry TAG=latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters