From 4c536f2584e33f13f1486f75feed52f658ea51a1 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 10 Jun 2025 17:59:29 +0200 Subject: [PATCH] readme: add Akamai/Linode external provider The provider is quite new and awaits for feedback, let's mention the "experimental" status. Signed-off-by: Mathieu Tortuyaux --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99c914d7..92664859 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ GARM uses providers to create runners in a particular IaaS. The providers are ex External providers are binaries that GARM calls into to create runners in a particular IaaS. There are several external providers available: +* [Akamai/Linode](https://github.com/flatcar/garm-provider-linode) - Experimental * [Amazon EC2](https://github.com/cloudbase/garm-provider-aws) * [Azure](https://github.com/cloudbase/garm-provider-azure) * [Equinix Metal](https://github.com/cloudbase/garm-provider-equinix)