Skip to content

Commit

Permalink
multi-arch builds
Browse files Browse the repository at this point in the history
Add linux/amd64 and linux/arm64 platforms to buildah builds of operatr,
bundle and catalog images.
  • Loading branch information
mikenairn committed May 15, 2024
1 parent 8ce3f18 commit b2c975f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
image: ${{ env.OPERATOR_NAME }}
tags: ${{ env.IMG_TAGS }}
platforms: linux/amd64,linux/arm64
dockerfiles: |
./Dockerfile
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
with:
image: ${{ env.OPERATOR_NAME }}-bundle
tags: ${{ needs.build.outputs.build-tags }}
platforms: linux/amd64,linux/arm64
dockerfiles: |
./bundle.Dockerfile
Expand Down Expand Up @@ -117,6 +119,7 @@ jobs:
with:
image: ${{ env.OPERATOR_NAME }}-catalog
tags: ${{ needs.build.outputs.build-tags }}
platforms: linux/amd64,linux/arm64
context: ./tmp/catalog
dockerfiles: |
./tmp/catalog/index.Dockerfile
Expand Down

0 comments on commit b2c975f

Please sign in to comment.