set docker platform to arm64
Some checks failed
Build and Push spark-vllm / docker (push) Failing after 4m39s

This commit is contained in:
2026-05-11 14:34:17 -05:00
parent 0bb0da779e
commit d3dbfb682a

View File

@@ -27,6 +27,8 @@ jobs:
- name: Build image using upstream script - name: Build image using upstream script
env:
DOCKER_DEFAULT_PLATFORM: linux/arm64
run: | run: |
bash build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG} bash build-and-copy.sh -t ${IMAGE_NAME}:${IMAGE_TAG}