From ee00f1e1d0d0d22be8a6df0f0d93bebfab9d4df2 Mon Sep 17 00:00:00 2001 From: Haydon Ryan Date: Sun, 3 Aug 2025 14:23:28 -0500 Subject: [PATCH] Update README.md Adding required parameter to actually run the test on linux and other os. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f978ca..a080650 100644 --- a/README.md +++ b/README.md @@ -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= --target tests . ``` +Where `` 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