Skip to content

Commit

Permalink
Workflow for building multiarch serving/metadata-webhook (#2777)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur authored Jul 22, 2024
1 parent 08b1f1a commit afa229c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/multiarch-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Multiarch builds

on:
push:
branches:
- 'main'
- 'release-[0-9]+'

jobs:
build-image:
name: Build image
uses: openshift-knative/hack/.github/workflows/multiarch-containerfile-build.yaml@main
secrets: inherit
strategy:
matrix:
image:
- metadata-webhook
with:
image: ${{ matrix.image }}
containerfile: serving/${{ matrix.image }}/Dockerfile

0 comments on commit afa229c

Please sign in to comment.