We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a8df9 commit 2bba33dCopy full SHA for 2bba33d
scripts/geth_binaries.sh
@@ -29,9 +29,6 @@ download_geth_stable() {
29
linux-arm64|linux-aarch64)
30
GETH_TARBALL="geth-linux-arm64-${GETH_VERSION}.tar.gz"
31
;;
32
- macos-amd64|macos-x86_64)
33
- GETH_TARBALL="geth-darwin-amd64-${GETH_VERSION}.tar.gz"
34
- ;;
35
macos-arm64|macos-aarch64)
36
GETH_TARBALL="geth-darwin-arm64-${GETH_VERSION}.tar.gz"
37
@@ -70,9 +67,6 @@ download_status_geth_binary() {
70
67
71
68
GETH_PLATFORM=linux-arm64
72
69
73
74
- GETH_PLATFORM=macos-amd64
75
76
77
GETH_PLATFORM=macos-arm64
78
0 commit comments