-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Closed
Labels
Description
What happened?
$ docker pull quay.io/coreos/etcd:v3.5.7-arm64
$ docker inspect quay.io/coreos/etcd:v3.5.7-arm64 --format '{{.Architecture}}'
amd64
What did you expect to happen?
$ docker pull quay.io/coreos/etcd:v3.5.7-arm64
$ docker inspect quay.io/coreos/etcd:v3.5.7-arm64 --format '{{.Architecture}}'
aarch64
How can we reproduce it (as minimally and precisely as possible)?
bash scripts/build-release.sh main
docker inspect quay.io/coreos/etcd:main-arm64 --format '{{.Architecture}}'
Anything else we need to know?
No response
Etcd version (please run commands below)
all the version
Etcd configuration (command line flags or environment variables)
paste your configuration here
Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)
$ etcdctl member list -w table
# paste output here
$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output hereRelevant log output
No response