Skip to content

Commit 393527b

Browse files
committed
fix destroy, qemu fix
1 parent f87af58 commit 393527b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ jobs:
8080
- name: Set up QEMU
8181
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
8282

83+
- name: Set up Docker Buildx
84+
uses: docker/setup-buildx-action@v2
85+
86+
- name: Build and push
87+
uses: docker/build-push-action@v3
88+
with:
89+
platforms: ${{ matrix.architecture }}
90+
8391
- name: Deploy AOT Stack
8492
run: |
8593
cd libraries/tests/e2e/infra-aot
@@ -138,4 +146,5 @@ jobs:
138146
- name: Destroy Core AOT Stack
139147
run: |
140148
cd libraries/tests/e2e/infra-aot
141-
cdk destroy --force
149+
cdk destroy -c architecture=arm64 --force
150+
cdk destroy -c architecture=x86_64 --force

0 commit comments

Comments
 (0)