diff --git a/docs/development.md b/docs/development.md index 94237cb9..69f5884b 100755 --- a/docs/development.md +++ b/docs/development.md @@ -35,10 +35,10 @@ The following software are required for local development. Run the following command to build and push the images. ```bash -# BUILD_GCSFUSE_FROM_SOURCE=true: Required. You have to build the gcsfuse binary from source code as well. # REGISTRY=: Required. Define your container registry. Make sure you have logged in your registry so that you have image pull/push permissions. # STAGINGVERSION=: Optional. Define a build version. If not defined, a staging version will be generated based on the commit hash. -make build-image-and-push-multi-arch BUILD_GCSFUSE_FROM_SOURCE=true REGISTRY= STAGINGVERSION= +# BUILD_GCSFUSE_FROM_SOURCE=true: Optional. You only have to build the gcsfuse binary from source when any CSI change depend on an unreleased GCSFuse enhancement. +make build-image-and-push-multi-arch REGISTRY= STAGINGVERSION= ``` ## Manual installation