From e44e92e156214b514a161380b4e3a62829656d56 Mon Sep 17 00:00:00 2001 From: AverageMarcus Date: Sun, 8 Aug 2021 20:14:11 +0000 Subject: [PATCH] Fixed code snippet --- src/posts/2021-08-08-multicloud-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posts/2021-08-08-multicloud-kubernetes.md b/src/posts/2021-08-08-multicloud-kubernetes.md index 6b69f49..a321e10 100644 --- a/src/posts/2021-08-08-multicloud-kubernetes.md +++ b/src/posts/2021-08-08-multicloud-kubernetes.md @@ -170,7 +170,7 @@ The last issue I hit was when trying to add an ARM based machine (either a local To get ARM-based instances working we need to make a few changes to the `multicloud-init.sh` script provided by Scaleway. Below you can see the diff of the changes I used to get an ARM instance running on Equinix Metal. -```diff +``` 7a8,12 > os_arch="amd64" > if [[ "$(arch)" != "x86_64" ]]; then