Skip to content

Commit

Permalink
Add support for multiple platforms in Docker build and push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FLYBYME committed Jan 23, 2025
1 parent ec4918c commit a76e757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64

# This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see [AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds).
- name: Generate artifact attestation
Expand Down

0 comments on commit a76e757

Please sign in to comment.