Skip to content

Commit 7dfe98a

Browse files
committed
DO-2031: enable ARM64 container build support
1 parent bc5687e commit 7dfe98a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/aws-cdk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A streamlined AWS CDK workflow supporting multi-environment infrastructure synth
1010
- **PR diff comments**: When running a diff on a pull request, the result is posted (or updated) as a PR comment
1111
- **Smart Node.js setup**: Automatic detection from .nvmrc file with dependency caching
1212
- **Package manager detection**: Automatic support for npm, yarn (classic/berry), and pnpm
13+
- **Cross-platform Docker builds**: ARM64 container support via native ARM runners
1314
- **Debug support**: Verbose logging and debug output for troubleshooting
1415
- **GitHub Environments support**: Credentials and stack names can be configured per-environment via GitHub Environment variables/secrets
1516

@@ -32,6 +33,7 @@ A streamlined AWS CDK workflow supporting multi-environment infrastructure synth
3233
| extra-arguments || string | | Extra arguments as string |
3334
| debug || boolean | false | Enable verbose logging and debug output |
3435
| lfs || boolean | false | Enable Git LFS support for checkout |
36+
| runs-on || string | ubuntu-latest | GitHub runner (use `ubuntu-24.04-arm` for native ARM64 builds) |
3537
| **Custom CDK Commands** |
3638
| bootstrap-command || string | npx cdk bootstrap | Custom bootstrap command |
3739
| synth-command || string | npx cdk synth | Custom synth command |

0 commit comments

Comments
 (0)