From 0ce13566efda0c98c31feb9ab3e8418652b1c055 Mon Sep 17 00:00:00 2001 From: Andreas Wittig Date: Sun, 18 Feb 2024 23:24:35 +0100 Subject: [PATCH] Fixing README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47024d9..07e2926 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Push Mastodon container image to ECR Public. ``` MASTODON_VERSION="v4.2.7" -docker pull ghcr.io/mastodon/mastodon:${MASTODON_VERSION} +docker pull --platform linux/arm64 ghcr.io/mastodon/mastodon:${MASTODON_VERSION} docker image tag ghcr.io/mastodon/mastodon:${MASTODON_VERSION} public.ecr.aws/h6i3a8b9/mastodon:${MASTODON_VERSION} aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws/h6i3a8b9 docker push public.ecr.aws/h6i3a8b9/mastodon:${MASTODON_VERSION}