Skip to content

Commit

Permalink
ci: add arm64 to operator and bundle (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Oct 18, 2024
1 parent 93ea922 commit ea61b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
registry: "ghcr.io"
image_name: "${{ github.repository_owner }}/trustify-operator"
containerfile: "./Dockerfile"
architectures: '[ "amd64" ]'
architectures: '[ "amd64", "arm64" ]'
secrets:
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -45,7 +45,7 @@ jobs:
registry: "ghcr.io"
image_name: "${{ github.repository_owner }}/trustify-operator-bundle"
containerfile: "./bundle.Dockerfile"
architectures: '[ "amd64" ]'
architectures: '[ "amd64", "arm64" ]'
extra-args: '--build-arg QUARKUS_OPTS="-Dquarkus.container-image.image=ghcr.io/${{ github.repository_owner }}/trustify-operator:${{ needs.prepare.outputs.tag }}"'
secrets:
registry_username: ${{ github.actor }}
Expand Down

0 comments on commit ea61b36

Please sign in to comment.