Skip to content

Commit 98f39b1

Browse files
committed
another test
1 parent f48ecbc commit 98f39b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
install: true
9090
driver: docker
91-
platforms: ${{ matrix.architecture }}
91+
platforms: linux/amd64,linux/arm64
9292

9393
- name: Deploy AOT Stack
9494
run: |
@@ -181,7 +181,7 @@ jobs:
181181
with:
182182
install: true
183183
driver: docker
184-
platforms: ${{ matrix.architecture }}
184+
platforms: linux/amd64,linux/arm64
185185

186186
- name: Destroy Core AOT Stack
187187
run: |

0 commit comments

Comments
 (0)