Skip to content

Commit

Permalink
chore(workflow): update arm64 runner to longhorn-infra-oracle-arm64-r…
Browse files Browse the repository at this point in the history
…unners

Longhorn 10145

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Jan 7, 2025
1 parent 3dec951 commit a0a7a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

build-arm64-binaries:
name: Build ARM64 binaries
runs-on: longhorn-infra-arm64-runners
runs-on: longhorn-infra-oracle-arm64-runners
steps:
- name: Install make curl git
run: |
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
build-push-arm64-images:
name: Build and push ARM64 images
runs-on: longhorn-infra-arm64-runners
runs-on: longhorn-infra-oracle-arm64-runners
needs: build-arm64-binaries
if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/') }}
steps:
Expand Down

0 comments on commit a0a7a19

Please sign in to comment.