Skip to content

Commit

Permalink
On linux arm64, buf download is aarch64 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io committed Jun 26, 2023
1 parent 3a8cc88 commit 258d393
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions linters/buf/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ lint:
url: https://github.com/bufbuild/buf/releases/download/v${version}/buf-Darwin-x86_64
- os:
linux: Linux
cpu:
x86_64: x86_64
arm_64: aarch64
url: https://github.com/bufbuild/buf/releases/download/v${version}/buf-${os}-${cpu}
- os:
macos: Darwin
cpu:
x86_64: x86_64
Expand Down

0 comments on commit 258d393

Please sign in to comment.