ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
47.68k stars 20.19k forks source link

ethereum/client-go:v1.14.10 has not been published to Docker Hub #30529

Closed Thegaram closed 1 month ago

Thegaram commented 1 month ago

System information

N/A

Expected behaviour

Previously all releases were published as multi-arch images using their release version, example: ethereum/client-go:v1.14.8.

Actual behaviour

There is no ethereum/client-go:v1.14.10 image published (only v1.14.10-amd64).

Steps to reproduce the behaviour

N/A

Backtrace

N/A

holiman commented 1 month ago

This is a known issue, see https://github.com/ethereum/go-ethereum/issues/30469#issuecomment-2382224535

We're working on it, both via getting travisci to get their platforms in order, and alternatively via building in a different way without needing to do it on an arm platform: https://github.com/ethereum/go-ethereum/pull/30528 .