diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index 95e31306d..94223e63e 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -127,8 +127,7 @@ jobs: with: image: ${{ env.RAG_IMAGE }} tags: latest ${{ github.sha }} - # TODO: add amd64 - platforms: linux/arm64 + platforms: linux/arm64, linux/amd64 context: recipes/natural_language_processing/rag containerfiles: | ./recipes/natural_language_processing/rag/builds/Containerfile