From 56e5b1d5b7ebd8b61581f2ef22f0c7da92478806 Mon Sep 17 00:00:00 2001 From: TheInvincible Date: Fri, 16 Aug 2024 10:58:30 +0100 Subject: [PATCH] deleted infra-guide Signed-off-by: TheInvincible --- Documentation/infra-guide/arm64-infra.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Documentation/infra-guide/arm64-infra.md diff --git a/Documentation/infra-guide/arm64-infra.md b/Documentation/infra-guide/arm64-infra.md deleted file mode 100644 index 2787932e6..000000000 --- a/Documentation/infra-guide/arm64-infra.md +++ /dev/null @@ -1,17 +0,0 @@ -# etcd arm64 test infrastructure - -The infrastructure to build for arm64 is provided by [Equinix Metal](https://www.equinix.com/) via the [CNCF Community Infrastructure Lab](https://github.com/cncf/cluster/issues). - -Previously, several maintainers were responsible for managing two bare-metal machines with a self-hosted runner installed. This was a manual process, and side effects could be left over from previous builds. - -As part of a joint program between Ampere and the CNCF, [actuated.dev](https://actuated.dev) is providing managed Arm64 builds. - -To use the new infrastructure, add the following to your workflow: - -```yaml -runs-on: actuated-arm64-8cpu-8gb -``` - -The vCPUs and RAM are customizable, i.e. `actuated-arm64-8cpu-16gb` or `actuated-arm64-8cpu-32gb`. - -For urgent support, contact @alexellis or the [actuated team](https://actuated.dev).