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 f87af58 commit 393527bCopy full SHA for 393527b
.github/workflows/e2e-tests.yml
@@ -80,6 +80,14 @@ jobs:
80
- name: Set up QEMU
81
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
82
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
91
- name: Deploy AOT Stack
92
run: |
93
cd libraries/tests/e2e/infra-aot
@@ -138,4 +146,5 @@ jobs:
138
146
- name: Destroy Core AOT Stack
139
147
140
148
141
- cdk destroy --force
149
+ cdk destroy -c architecture=arm64 --force
150
+ cdk destroy -c architecture=x86_64 --force
0 commit comments