Skip to content

Commit

Permalink
testing fix for buildx issue on arc runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
service-0chain committed Jan 27, 2023
1 parent c953d8d commit 960b60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-&-publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

jobs:
blobber:
runs-on: [self-hosted, docker-builds]
runs-on: [self-hosted, arc-runner]
steps:
- name: Set docker image tag
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
./docker.local/bin/build.base.sh && ./docker.local/bin/build.blobber.sh
validator:
runs-on: [self-hosted, docker-builds]
runs-on: [self-hosted, arc-runner]
steps:
- name: Set docker image tag
run: |
Expand Down

0 comments on commit 960b60a

Please sign in to comment.