We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80af967 commit 0bf61d6Copy full SHA for 0bf61d6
.github/workflows/build-image.yml
@@ -46,6 +46,8 @@ jobs:
46
name: lifecycle-manager
47
dockerfile: Dockerfile
48
context: .
49
+ platforms: |
50
+ linux/amd64
51
# tags are additional tags that will be added to the image on top of the default ones
52
# default tags are documented here: https://github.com/kyma-project/test-infra/tree/main/cmd/image-builder#default-tags
53
tags: ${{ needs.get-custom-tags.outputs.tags }}
0 commit comments