Skip to content

Commit 7aec4aa

Browse files
author
udhos
committed
Map aarch64 to arm64.
1 parent c931052 commit 7aec4aa

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Diff for: update-golang.sh

+9-6
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,20 @@ fi
4848
arch=$($arch_probe)
4949
case "$arch" in
5050
i*)
51-
arch=386
52-
;;
51+
arch=386
52+
;;
5353
x*)
5454
arch=amd64
55-
;;
55+
;;
5656
aarch64)
57-
arch=armv6l
58-
;;
57+
#arch=armv6l
58+
arch=arm64
59+
;;
5960
armv7l)
61+
# Go project does not provide a binary release for armv71
62+
msg armv7l is not supported, using armv6l
6063
arch=armv6l
61-
;;
64+
;;
6265
esac
6366

6467
show_version() {

Diff for: update-golang.sh.sha256

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7cfe0418b32f0b1f3ca39d2f985841dd58dc151e60786fb6ff28d8c38af47df1 update-golang.sh
1+
f3ba976a54d9227d7bb594a23504594f4289363ad433ad0f437e4d1c944be370 update-golang.sh

0 commit comments

Comments
 (0)