Skip to content

Commit 2bba33d

Browse files
authored
Remove macOS Intel support for Geth binaries (#7699)
We don't officially support the macOS x86_64 arch anymore.
1 parent d3a8df9 commit 2bba33d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/geth_binaries.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ download_geth_stable() {
2929
linux-arm64|linux-aarch64)
3030
GETH_TARBALL="geth-linux-arm64-${GETH_VERSION}.tar.gz"
3131
;;
32-
macos-amd64|macos-x86_64)
33-
GETH_TARBALL="geth-darwin-amd64-${GETH_VERSION}.tar.gz"
34-
;;
3532
macos-arm64|macos-aarch64)
3633
GETH_TARBALL="geth-darwin-arm64-${GETH_VERSION}.tar.gz"
3734
;;
@@ -70,9 +67,6 @@ download_status_geth_binary() {
7067
linux-arm64|linux-aarch64)
7168
GETH_PLATFORM=linux-arm64
7269
;;
73-
macos-amd64|macos-x86_64)
74-
GETH_PLATFORM=macos-amd64
75-
;;
7670
macos-arm64|macos-aarch64)
7771
GETH_PLATFORM=macos-arm64
7872
;;

0 commit comments

Comments
 (0)