From 5460783c51d8c1f73cb666904a55cfb8fac78572 Mon Sep 17 00:00:00 2001 From: aagaev Date: Thu, 4 Jul 2024 19:43:55 +0000 Subject: [PATCH] test new armbuilder --- .github/actions/setup-repo/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-repo/action.yml b/.github/actions/setup-repo/action.yml index 6837562dc5..5b2149aff2 100644 --- a/.github/actions/setup-repo/action.yml +++ b/.github/actions/setup-repo/action.yml @@ -68,7 +68,7 @@ runs: with: platforms: linux/amd64 append: | - - endpoint: ssh://ubuntu@${{ env.BUILDER_IP }} + - endpoint: ssh://root@${{ env.BUILDER_IP }} platforms: linux/arm64/v8 - name: Log in to Docker Hub