We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ca47f commit c30e8a8Copy full SHA for c30e8a8
.github/workflows/publish_v2_layer.yml
@@ -51,9 +51,14 @@ jobs:
51
LATEST_TAG=$(git describe --tag --abbrev=0)
52
RELEASE_TAG_VERSION=${RELEASE_INPUT:-$LATEST_TAG}
53
echo RELEASE_TAG_VERSION="${RELEASE_TAG_VERSION:1}" >> "$GITHUB_ENV"
54
+ - name: Set up QEMU
55
+ uses: docker/setup-qemu-action@v2
56
+ - name: Set up Docker Buildx
57
+ id: builder
58
+ uses: docker/setup-buildx-action@v2
59
- name: install cdk and deps
60
run: |
- npm install -g aws-cdk@2.29.0
61
+ npm install -g aws-cdk@2.44.0
62
cdk --version
63
- name: CDK build
64
run: cdk synth --context version="$RELEASE_TAG_VERSION" -o cdk.out
0 commit comments