Skip to content

Commit 0bf61d6

Browse files
authored
chore: Limit buildx of image-builder workflow to amd64 arch only (#2613)
1 parent 80af967 commit 0bf61d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
name: lifecycle-manager
4747
dockerfile: Dockerfile
4848
context: .
49+
platforms: |
50+
linux/amd64
4951
# tags are additional tags that will be added to the image on top of the default ones
5052
# default tags are documented here: https://github.com/kyma-project/test-infra/tree/main/cmd/image-builder#default-tags
5153
tags: ${{ needs.get-custom-tags.outputs.tags }}

0 commit comments

Comments
 (0)