Skip to content

Commit

Permalink
Merge pull request #90 from guipal/main
Browse files Browse the repository at this point in the history
feat(multiplatform-images): Build images for arm64 platform
  • Loading branch information
szEvEz authored Dec 11, 2024
2 parents 20035ea + dee9f64 commit 73369fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
name: Build and push to ghcr.io
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: ghcr.io/telekom-mms/docker-trivy-dojo-operator:latest,ghcr.io/telekom-mms/docker-trivy-dojo-operator:${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 73369fc

Please sign in to comment.