Skip to content

Commit

Permalink
feat(multiplatform-images): Build images for arm64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
guipal committed Dec 11, 2024
1 parent 20035ea commit dee9f64
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 dee9f64

Please sign in to comment.