• Kubernetes Submit Queue's avatar
    Merge pull request #46862 from dims/respect-build-platform-env-var · 9e5eb70d
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 49083, 45540, 46862)
    
    Respect KUBE_BUILD_PLATFORMS set by user
    
    **What this PR does / why we need it**:
    
    Currently the only(?) toggle available for custom arch builds is
    KUBE_FASTBUILD. We should allow the user to specify a list
    of arch(es) in the environment variable KUBE_BUILD_PLATFORMS.
    
    Example:
    KUBE_BUILD_PLATFORMS="linux/amd64 linux/arm64" hack/build-cross.sh
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
    
    Fixes #20365
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    9e5eb70d
Name
Last commit
Last update
..
BUILD Loading commit data...
etcd.sh Loading commit data...
golang.sh Loading commit data...
init.sh Loading commit data...
swagger.sh Loading commit data...
test.sh Loading commit data...
util.sh Loading commit data...
version.sh Loading commit data...