Skip to content

Commit fb00a31

Browse files
committed
mention single/multi-platform
1 parent af49298 commit fb00a31

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ $ ./build.sh
3333
=> => naming to docker.io/apache/ozone-runner:dev
3434
```
3535

36+
This will create a single-platform image for your architecture.
37+
3638
### Testing
3739

3840
To try the image locally with Ozone acceptance tests, define the version to be used:
@@ -49,15 +51,7 @@ If this is your first time working on the image, please enable GitHub Actions wo
4951

5052
### Building
5153

52-
CI checks are triggered by pushing changes to your fork.
53-
54-
GitHub Actions workflow runs in your fork are listed at `https://github.com/<username>/ozone-docker-runner/actions`.
55-
56-
The image is built and tagged with commit SHA in GitHub, ready for testing integration with other repos.
57-
58-
Images built in your fork are available at `https://github.com/<username>/ozone-docker-runner/pkgs/container/ozone-runner`.
59-
60-
These images can be shared with other developers for feedback.
54+
Whenever changes are pushed to your fork, GitHub builds a multi-platform image (for `amd64` and `arm64`), and tags it with the commit SHA. These images can be shared with other developers for feedback. Workflow runs are listed at `https://github.com/<username>/ozone-docker-runner/actions`, images at `https://github.com/<username>/ozone-docker-runner/pkgs/container/ozone-runner`.
6155

6256
### Testing
6357

0 commit comments

Comments
 (0)