Skip to content

Commit

Permalink
add docker-buildx optional step to build and run the operator instruc…
Browse files Browse the repository at this point in the history
…tion under CONTRIBUTING.md

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
  • Loading branch information
michael-valdron committed Aug 30, 2023
1 parent e1f6c87 commit 604db86
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ You can tag Devfile Registry related issues with the `/area registry` text in yo

4. Run `make docker-push` to push the devfile registry operator image.

5. Run `make install-cert` to install the cert-manager.
5. (Optional, **docker only**) Run `make docker-buildx` to build and push the devfile registry operator multi-architecture image

6. Run `make install` to install the CRDs.
6. Run `make install-cert` to install the cert-manager.

7. Run `make deploy` to deploy the operator.
7. Run `make install` to install the CRDs.

8. Run `make deploy` to deploy the operator.

### Testing your Changes

Expand Down

0 comments on commit 604db86

Please sign in to comment.