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 393527b commit 716a00fCopy full SHA for 716a00f
.github/workflows/e2e-tests.yml
@@ -79,15 +79,18 @@ jobs:
79
80
- name: Set up QEMU
81
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a
82
-
+ with:
83
+ platforms: ${{ matrix.architecture }}
84
+
85
- name: Set up Docker Buildx
- uses: docker/setup-buildx-action@v2
86
- - name: Build and push
87
- uses: docker/build-push-action@v3
+ id: builder
+ uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
88
with:
89
+ install: true
90
+ driver: docker
91
platforms: ${{ matrix.architecture }}
92
93
94
- name: Deploy AOT Stack
95
run: |
96
cd libraries/tests/e2e/infra-aot
0 commit comments