Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@ will stop the build.
Run the tests with the following command:

```sh
docker build -t bosh-io-release-resource --target tests .
docker build -t bosh-io-release-resource --build-arg BUILDPLATFORM=<platform> --target tests .
```
Where `<platform>` is one of:
- linux/arm64/v8 - Build an image for Linux running on a 64-bit ARM v8 processor (e.g., Apple Silicon Mac).
- windows/amd64 - Build an image for Windows running on a 64-bit Intel x86_64 processor.
- darwin/amd64 - Build an image for macOS running on a 64-bit Intel x86_64 processor

### Contributing

Expand Down