You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The Pipeline system is included in kubeflow. See [Getting Started Guide](https:/
12
12
13
13
To be able to use GKE, the Docker images need to be uploaded to a public Docker repository, such as [GCR](https://cloud.google.com/container-registry/)
14
14
15
-
To build the API server image and upload it to GCR on x86_64 machines:
15
+
To build the API server image and upload it to GCR on x86_64 (amd64) machines:
16
16
17
17
```bash
18
18
# Run in the repository root directory
@@ -26,7 +26,7 @@ To build the API server image and upload it to GCR on non-x86_64 machines (such
0 commit comments