Skip to content

Commit

Permalink
[AB#1] add echo uname -m
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosMasterOfAllTime committed May 8, 2024
1 parent 36095a4 commit 9998bb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/go-build/test/goenv-install.bats
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ OUT
arch=" arm "
fi

echo $(uname -m)

unameOut="$(uname -s)"
case "${unameOut}" in
Linux*)
Expand Down

0 comments on commit 9998bb5

Please sign in to comment.