diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5280d1019c..1ee710cb24 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1203,7 +1203,7 @@ jobs: uses: docker/build-push-action@v4 with: file: ./Worker/Dockerfile - context: ./Worker + context: . # arm64 is not supported by the base image of the LLM platforms: linux/amd64 push: true