Skip to content

Commit

Permalink
Add shell check linux arm64 (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-trunk-io authored Jul 26, 2023
1 parent aeaaf28 commit f08ae39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions linters/shellcheck/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ lint:
- name: shellcheck
version: 0.8.0
downloads:
- os: linux
cpu: x86_64
url: https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.linux.x86_64.tar.xz
- os:
linux: linux
cpu:
arm_64: aarch64
x86_64: x86_64
url: https://github.com/koalaman/shellcheck/releases/download/v${version}/shellcheck-v${version}.${os}.${cpu}.tar.xz
strip_components: 1
- os: macos
cpu: x86_64
Expand Down

0 comments on commit f08ae39

Please sign in to comment.