Skip to content

Commit 52fed21

Browse files
franciscoovazevedoandrzej-janczak
authored andcommitted
fixed codacy-cli.sh to work with aarch64 architecture
1 parent 1f4033a commit 52fed21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

codacy-cli.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ case "$arch" in
1717
"x86")
1818
arch="386"
1919
;;
20+
"aarch64"|"arm64")
21+
arch="arm64"
22+
;;
2023
esac
2124

2225
if [ -z "$CODACY_CLI_V2_TMP_FOLDER" ]; then

0 commit comments

Comments
 (0)