Skip to content

Commit

Permalink
ci: install right version of yq in arm64
Browse files Browse the repository at this point in the history
yq suffix in arm64 is arm not arm64

Signed-off-by: Julio Montes <julio.montes@intel.com>
  • Loading branch information
Julio Montes committed Jul 31, 2018
1 parent bed86cb commit 5007285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ install_yq() {

case "$(arch)" in
"aarch64")
goarch=arm64
goarch=arm
;;

"x86_64")
Expand Down

0 comments on commit 5007285

Please sign in to comment.