Skip to content

Commit 716a00f

Browse files
committed
new aot test
1 parent 393527b commit 716a00f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,18 @@ jobs:
7979

8080
- name: Set up QEMU
8181
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
82-
82+
with:
83+
platforms: ${{ matrix.architecture }}
84+
8385
- 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
86+
id: builder
87+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
8888
with:
89+
install: true
90+
driver: docker
8991
platforms: ${{ matrix.architecture }}
9092

93+
9194
- name: Deploy AOT Stack
9295
run: |
9396
cd libraries/tests/e2e/infra-aot

0 commit comments

Comments
 (0)