Skip to content

Commit 0b6b7af

Browse files
committed
Use ubuntu-24.04-arm runner to build container image for ARM
1 parent 7315c2f commit 0b6b7af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
- runner: ubuntu-latest
2323
platform: linux/amd64
2424

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

2928
steps:

0 commit comments

Comments
 (0)