Skip to content

Commit

Permalink
fix: enable multiarch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyashkin-ronasit committed Jul 24, 2024
1 parent a8070ac commit cb56c94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand All @@ -28,6 +31,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/ronasit/php-nginx-dev-wkhtmltopdf:latest
ghcr.io/ronasit/php-nginx-dev-wkhtmltopdf:${{ github.sha }}
Expand Down

0 comments on commit cb56c94

Please sign in to comment.