Skip to content

All docker images of Architecture show amd64 #15266

@zhangguanzhang

Description

@zhangguanzhang

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 here

Relevant log output

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions