Skip to content

Update Konflux references #1031

Update Konflux references

Update Konflux references #1031

name: Multiarch builds
on:
push:
branches-ignore:
- 'main'
- 'ci/*'
jobs:
build-image:
name: Build image
uses: openshift-knative/hack/.github/workflows/multiarch-containerfile-build.yaml@main
secrets: inherit
strategy:
matrix:
image:
- eventshub
- wathola-forwarder
with:
image: ${{ matrix.image }}
containerfile: openshift/ci-operator/test-images/${{ matrix.image }}/Dockerfile