From 4f0526b7ec6f49238217f5a971677ffdd0ca1d24 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 19 Sep 2024 07:40:28 +0100 Subject: [PATCH] Update Docker context in release workflow for improved build configuration --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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