File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments