diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b45f6b025..3707d8f97a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1427,7 +1427,7 @@ jobs: uses: docker/build-push-action@v4 with: file: ./APIReference/Dockerfile - context: ./APIReference + context: . # arm64 is not supported by the base image of the LLM platforms: linux/amd64 push: true