File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,19 @@ jobs:
63
63
with :
64
64
platforms : arm64
65
65
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
66
+ - name : Set up Docker Buildx
67
+ id : builder
68
+ uses : docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v2.0.0
69
+ with :
70
+ install : true
71
+ driver : docker
72
+ platforms : linux/amd64,linux/arm64
66
73
- name : install cdk and deps
67
74
run : |
68
75
69
76
cdk --version
70
77
- name : CDK build
71
- run : cdk synth --context version="${{ inputs.latest_published_version }}" -o cdk.out
78
+ run : cdk synth --verbose -- context version="${{ inputs.latest_published_version }}" -o cdk.out
72
79
- name : zip output
73
80
run : zip -r cdk.out.zip cdk.out
74
81
- name : Archive CDK artifacts
You can’t perform that action at this time.
0 commit comments