Skip to content

Fix make verify errors in arm64 (OSX) #19665

@ivanvc

Description

@ivanvc

Bug report criteria

What happened?

Running make verify on ARM64 fails. Some tools (shellcheck and marker) have hard-coded the architecture and the operating system (Linux/AMD64). Also, verifying the BOM fails due to missing releases from some dependencies for the given architecture.

What did you expect to happen?

make verify should exit without errors.

How can we reproduce it (as minimally and precisely as possible)?

Run make verify on an ARM64 OSX computer.

Anything else we need to know?

No response

Etcd version (please run commands below)

Details
$ etcd --version
# paste output here

$ etcdctl version
# paste output here

Etcd configuration (command line flags or environment variables)

Details

paste your configuration here

Etcd debug information (please run commands below, feel free to obfuscate the IP address or FQDN in the output)

Details
$ etcdctl member list -w table
# paste output here

$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here

Relevant log output

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions