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
* Update Bazel builder documentation to include an example
* Update Skaffold cross-platform page to document that Bazel cross-platform builds are now supported.
Depends on #9300.
Tested with `make preview-docs-v2`.
Note unrelated POSTCSS error present in main in `./hack/check-docs.sh`/`make build-docs-preview`
Copy file name to clipboardExpand all lines: docs-v2/content/en/docs/builders/cross-platform.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The final list of target platforms need to ultimately be supported by the target
27
27
|**Dockerfile**| Cross-platform and multi-platform supported | Cross-platform supported but platform should match cluster node running the pod. | Cross-platform and multi-platform supported |
28
28
|**Jib Maven and Gradle**| Cross-platform and multi-platform supported | - | Cross-platform and multi-platform supported |
29
29
|**Cloud Native Buildpacks**| Only supports `linux/amd64`| - | Only supports `linux/amd64`|
30
-
|**Bazel**| Cross-platform supported but requires explicit platform specific rules. Not yet implemented | - | - |
30
+
|**Bazel**| Cross-platform supported | - | - |
31
31
|**ko**| Cross-platform and multi-platform supported | - | Cross-platform and multi-platform supported |
32
32
|**Custom Script**| Cross-platform and multi-platform supported but requires user to implement it in the build script | Cross-platform and multi-platform supported but requires user to implement it in the build script | - |
0 commit comments