Skip to content

Commit 1dde257

Browse files
committed
test
1 parent d5a2cfe commit 1dde257

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-mit-integration-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,17 @@ jobs:
151151

152152
- name: Set up Docker Buildx
153153
uses: docker/setup-buildx-action@v3
154+
with:
155+
driver-opts: |
156+
image=moby/buildkit:latest
157+
network=host
154158
155159
- name: Build and push Model Server Docker image
156160
uses: ./.github/actions/custom-build-and-push
157161
with:
158162
context: ./backend
159163
file: ./backend/Dockerfile.model_server
160-
platforms: linux/amd64
164+
platforms: linux/arm64
161165
tags: onyxdotapp/integration-test-onyx-model-server:test-${{ github.run_id }}
162166
push: true
163167
outputs: type=registry

0 commit comments

Comments
 (0)