Skip to content

Commit

Permalink
BFD-3209: AWS Lambda does not support BFD EFT Outbound Lambda Buildx …
Browse files Browse the repository at this point in the history
…Docker image format (#2150)
  • Loading branch information
malessi committed Jan 18, 2024
1 parent d1264e5 commit ee87cc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docker-images.yml
Expand Up @@ -120,5 +120,11 @@ jobs:
context: ${{ matrix.image.contextDir }}
push: true
tags: ${{ steps.setup_tags.outputs.image_tags }}
# AWS Lambda does not support multi-platform images, something that is enabled by default
# by this Action via the "provenance" flag. Until AWS Lambda supports this feature
# properly, we must explicitly disable provenance and specify the amd64 platform.
# See https://github.com/docker/buildx/issues/1533
provenance: false
platforms: "linux/amd64"
env:
DOCKER_BUILDKIT: 1

0 comments on commit ee87cc5

Please sign in to comment.