From e067a2db7b7da332be341ced74cd559cf51dc5b6 Mon Sep 17 00:00:00 2001 From: Siyuan Wang Date: Fri, 31 Dec 2021 13:58:18 +0800 Subject: [PATCH] chore: tested on aliyun ECS (#89) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 60350a3..20fe369 100644 --- a/README.md +++ b/README.md @@ -183,3 +183,14 @@ Tested for both VM.Standard.E2.1.Micro (x86) and VM.Standard.A1.Flex (AArch64) i |Distribution| Name | Status | test date| |------------|-----------------|-----------|----------| |Oracle Linux| 7.9 |**success**|2021-05-31| + +### Aliyun ECS + +Aliyun ECS tested on ecs.s6-c1m2.large, region **cn-shanghai**, needs a little bit tweaks: + +- replace nix binary cache with [tuna mirror](https://mirrors.tuna.tsinghua.edu.cn/help/nix/) (with instructions in the page) + +#### Tested on +|Distribution| Name | Status | test date| +|------------|-----------------|-----------|----------| +|Ubuntu | 20.04 |**success**|2021-12-28|