Skip to content

Commit

Permalink
use qemu
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed Nov 22, 2024
1 parent c649c0b commit 5831566
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docker-build-and-push-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

docker-build-and-push:
needs: load-env
runs-on: buildjet-8vcpu-ubuntu-2204-arm
runs-on: buildjet-16vcpu-ubuntu-2204
steps:
- name: Check if PR author is the specific user
id: author-check
Expand All @@ -36,6 +36,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
Expand Down Expand Up @@ -75,7 +78,7 @@ jobs:
docker-build-and-push-cuda:
needs: [load-env, docker-build-and-push]
runs-on: buildjet-16vcpu-ubuntu-2204-arm
runs-on: buildjet-16vcpu-ubuntu-2204
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand All @@ -85,6 +88,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
Expand Down

0 comments on commit 5831566

Please sign in to comment.