Skip to content

Commit c30e8a8

Browse files
committed
feat(layers): use qmeu for arm64 builds
1 parent 93ca47f commit c30e8a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/publish_v2_layer.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,14 @@ jobs:
5151
LATEST_TAG=$(git describe --tag --abbrev=0)
5252
RELEASE_TAG_VERSION=${RELEASE_INPUT:-$LATEST_TAG}
5353
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
5459
- name: install cdk and deps
5560
run: |
56-
npm install -g aws-cdk@2.29.0
61+
npm install -g aws-cdk@2.44.0
5762
cdk --version
5863
- name: CDK build
5964
run: cdk synth --context version="$RELEASE_TAG_VERSION" -o cdk.out

0 commit comments

Comments
 (0)