Skip to content

Commit a1b1d40

Browse files
eranturgemanhadarshjfrog
authored andcommitted
updating frogbot action
1 parent 07ec6b3 commit a1b1d40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ coverage
77
*.iml
88
.DS_Store
99
/testdata/vcsclientmock.go
10+
action/src/*
11+
action/test/*

buildscripts/getFrogbot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ setMacProperties() {
3636
arm | armv7l)
3737
ARCH="arm"
3838
;;
39-
aarch64)
39+
arm64 | aarch64)
4040
ARCH="arm64"
4141
;;
4242
*)

0 commit comments

Comments
 (0)