Skip to content

Commit b687189

Browse files
committed
fix(ci): build without buildkit
1 parent 334e5e3 commit b687189

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish_v2_layer.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,9 @@ jobs:
6363
with:
6464
platforms: arm64
6565
# 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-
platforms: linux/amd64,linux/arm64
7266
- name: install cdk and deps
7367
run: |
74-
npm install -g aws-cdk@2.44.0
68+
npm install -g aws-cdk@2.47.0
7569
cdk --version
7670
- name: CDK build
7771
run: cdk synth --context version="${{ inputs.latest_published_version }}" -o cdk.out

0 commit comments

Comments
 (0)