Skip to content

Commit

Permalink
ci: change oracle-aarch64-4cpu-16gb to longhorn-infra-arm64-runners
Browse files Browse the repository at this point in the history
longhorn-8039

Signed-off-by: Phan Le <[email protected]>
  • Loading branch information
PhanLe1010 authored and derekbit committed May 30, 2024
1 parent e39b7f0 commit b65548d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,16 @@ jobs:

build-arm64-binaries:
name: Build ARM64 binaries
runs-on: oracle-aarch64-4cpu-16gb
runs-on: longhorn-infra-arm64-runners
steps:
- name: Install make curl git
run: |
sudo apt update
sudo apt-get -y install make curl git
- name: Checkout code
uses: actions/checkout@v4

- name: Install make
run: sudo apt-get install make

# Build binaries
- name: Run make build
run: |
Expand Down Expand Up @@ -127,15 +129,17 @@ jobs:
build-push-arm64-images:
name: Build and push ARM64 images
runs-on: oracle-aarch64-4cpu-16gb
runs-on: longhorn-infra-arm64-runners
needs: build-arm64-binaries
steps:
- name: Install make curl git
run: |
sudo apt update
sudo apt-get -y install make curl git
- name: Checkout code
uses: actions/checkout@v4

- name: Install make
run: sudo apt-get install make

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit b65548d

Please sign in to comment.