Skip to content

Commit

Permalink
chore(build): use oracle cloud runner
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and mergify[bot] committed Feb 4, 2025
1 parent 0955e03 commit 369a9ec
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 @@ -119,7 +119,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
if: ${{ startsWith(github.ref, 'refs/heads/') || startsWith(github.ref, 'refs/tags/') }}
needs: build-arm64-binaries
steps:
Expand Down

0 comments on commit 369a9ec

Please sign in to comment.