From fd785dd376b71f6df66bcaa61873454438a315f6 Mon Sep 17 00:00:00 2001 From: MyroTk <44327070+MyroTk@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:03:57 -0700 Subject: [PATCH] Update release_branches.yml --- .github/workflows/release_branches.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_branches.yml b/.github/workflows/release_branches.yml index 8f0b920d285..e570eee4d41 100644 --- a/.github/workflows/release_branches.yml +++ b/.github/workflows/release_branches.yml @@ -28,17 +28,18 @@ on: # yamllint disable-line rule:truthy jobs: DockerHubPushAarch64: - runs-on: [self-hosted, altinity-arm64] + runs-on: [self-hosted, altinity-aarch64] steps: - name: Check out repository code uses: ClickHouse/checkout@v1 - name: Check run: | + echo ${{ env.REGRESSION_RESULTS_URL }} whoami df -h df -h / DockerHubPushAmd64: - runs-on: [self-hosted, altinity-x86] + runs-on: [self-hosted, altinity-amd64] steps: - name: Check out repository code uses: ClickHouse/checkout@v1