Skip to content

Commit

Permalink
Use ubuntu-24.04-arm runner to build container image for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 20, 2025
1 parent 7315c2f commit 0b6b7af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- runner: ubuntu-latest
platform: linux/amd64

# TODO: Change to ARM64 runner for open-sourced project if available (M1 Mac cannot run Docker due to lack of nested virtualization)
- runner: ubuntu-latest
- runner: ubuntu-24.04-arm
platform: linux/arm64

steps:
Expand Down

0 comments on commit 0b6b7af

Please sign in to comment.