Skip to content

Commit

Permalink
Merge pull request #637 from marp-team/arm-native-build-container-image
Browse files Browse the repository at this point in the history
Use arm64 hosted runner to build container image for ARM
  • Loading branch information
yhatt authored Jan 20, 2025
2 parents 7315c2f + a74ca10 commit 0adb212
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- 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))

## v4.1.1 - 2025-01-19

### Fixed
Expand Down

0 comments on commit 0adb212

Please sign in to comment.