Skip to content

Commit

Permalink
Update release_branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk authored Jul 11, 2023
1 parent 469c5e4 commit fd785dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd785dd

Please sign in to comment.