From 947878e5e1ca6322aae3f77d79cb5d72895d6837 Mon Sep 17 00:00:00 2001 From: CerealBoy Date: Fri, 13 Sep 2024 09:46:02 +1000 Subject: [PATCH] Adding a missed slash --- pages/pipelines/hosted_agents/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/pipelines/hosted_agents/linux.md b/pages/pipelines/hosted_agents/linux.md index 4ab73fdce2..7942bc9739 100644 --- a/pages/pipelines/hosted_agents/linux.md +++ b/pages/pipelines/hosted_agents/linux.md @@ -246,7 +246,7 @@ steps: export TAG="$(date +%s)" export IMAGE="$${REGISTRY}/base-image:$${TAG}" docker buildx build \ - --platform linux/amd64,linux/arm64 + --platform linux/amd64,linux/arm64 \ --tag "$${IMAGE}" \ --push \ -f Dockerfile \