Skip to content

Commit 0adb212

Browse files
authored
Merge pull request #637 from marp-team/arm-native-build-container-image
Use arm64 hosted runner to build container image for ARM
2 parents 7315c2f + a74ca10 commit 0adb212

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Use arm64 hosted runner to build container image for ARM64 ([#635](https://github.com/marp-team/marp-cli/issues/635), [#637](https://github.com/marp-team/marp-cli/pull/637))
8+
59
## v4.1.1 - 2025-01-19
610

711
### Fixed

0 commit comments

Comments
 (0)