diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 5da7d196..86b125c2 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -46,6 +46,8 @@ jobs: name: runtime-watcher dockerfile: Dockerfile context: ./runtime-watcher + platforms: | + linux/amd64 # tags are additional tags that will be added to the image on top of the default ones # default tags are documented here: https://github.com/kyma-project/test-infra/tree/main/cmd/image-builder#default-tags tags: ${{ needs.get-custom-tags.outputs.tags }}