Skip to content

Commit

Permalink
ci: Add multi-platform build support to GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vkartk committed May 27, 2024
1 parent 24f6698 commit a97bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386,linux/ppc64le,linux/s390x
tags: |
ghcr.io/${{ github.repository_owner }}/caddy-cloudflare-docker:${{ github.event.client_payload.latest_version }}
ghcr.io/${{ github.repository_owner }}/caddy-cloudflare-docker:latest
Expand Down

0 comments on commit a97bb08

Please sign in to comment.