From 66691b8dc6440441cfec43a053ec050aafc5d9df Mon Sep 17 00:00:00 2001 From: Luca <155465970+Lf1tz@users.noreply.github.com> Date: Tue, 22 Oct 2024 23:00:18 +0200 Subject: [PATCH] fix: change amd64 to arm64 in installation command for mac (#475) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd1a1770..5b7f6d51 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ brew install container-structure-test ``` ```shell -curl -LO https://github.com/GoogleContainerTools/container-structure-test/releases/latest/download/container-structure-test-darwin-arm64 && chmod +x container-structure-test-darwin-amd64 && sudo mv container-structure-test-darwin-amd64 /usr/local/bin/container-structure-test +curl -LO https://github.com/GoogleContainerTools/container-structure-test/releases/latest/download/container-structure-test-darwin-arm64 && chmod +x container-structure-test-darwin-arm64 && sudo mv container-structure-test-darwin-arm64 /usr/local/bin/container-structure-test ``` ### Linux