Skip to content

Commit

Permalink
fix: change amd64 to arm64 in installation command for mac (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lf1tz authored Oct 22, 2024
1 parent 25da668 commit 66691b8
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 66691b8

Please sign in to comment.