Skip to content

Commit

Permalink
fix: change amd64 to arm64 in installation command for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Lf1tz committed Oct 16, 2024
1 parent c35e48d commit 05e2e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05e2e8d

Please sign in to comment.