From bce6225e9afe6e3ae586e61622275daa4ac92cc8 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Mon, 9 May 2022 18:28:08 -0700 Subject: [PATCH] added list of supported architectures. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index af4d1f3..086238e 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,21 @@ Or if you're not using docker, you can pass CLI arguments to the collector durin scrutiny-collector-metrics run --debug --log-file /tmp/collector.log ``` +# Supported Architectures + + +| Architecture Name | Binaries | Docker | +| --- | --- | --- | +| amd64 | :white_check_mark: | :white_check_mark: | +| arm-5 | :white_check_mark: | | +| arm-6 | :white_check_mark: | | +| arm-7 | :white_check_mark: | | +| arm64 | :white_check_mark: | :white_check_mark: | +| macos-amd64 | | :white_check_mark: | +| macos-arm64 | | :white_check_mark: | +| windows-amd64 | :white_check_mark: | | + + # Contributing Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for instructions for how to develop and contribute to the scrutiny codebase.