etcd: etcd doesn't run on arm64
Just updated to v2.3.1 and got this: unsupported architecture; unreliable, unstable
. This makes CoreOS unusable for arm64 users. Please think about the ramifications next time you make this kind of change.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 4
- Comments: 36 (32 by maintainers)
Commits related to this issue
- Revert "dev-db/etcd: bump to v2.3.1" This reverts commit 28483251307f084510787302ab94e45bb57f8463. Someone broke etcd on arm64. See https://github.com/coreos/etcd/issues/5054 — committed to glevand/coreos--coreos-overlay by glevand 8 years ago
- Revert "dev-db/etcd: bump to v2.3.1" This reverts commit 28483251307f084510787302ab94e45bb57f8463. Someone broke etcd on arm64. See https://github.com/coreos/etcd/issues/5054 — committed to glevand/coreos--coreos-overlay by glevand 8 years ago
- Revert "dev-db/etcd: bump to v2.3.1" This reverts commit 28483251307f084510787302ab94e45bb57f8463. Someone broke etcd on arm64. See https://github.com/coreos/etcd/issues/5054 — committed to glevand/coreos--coreos-overlay by glevand 8 years ago
arm64 is included etcd releases, closing this
@vielmetti The Container Linux kola test suite does etcd tests, and those have been passing, so I think etcd itself is working OK on arm64.
There have been some improves made to the project’s CI/testing recently, and that needs to be updated to work on arm64. My feeling is that in the least the arm64 equivalents of the
linux-amd64-*
targets of the project’s travis file should be working. That would need:PASSES
that the travis file runs for amd64 to work on arm64.