Skip to content

Commit

Permalink
Publish arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe authored Apr 18, 2024
1 parent ef4e0df commit 8c7f8fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-postgres-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64

- name: Docker meta
id: meta
Expand Down Expand Up @@ -49,7 +51,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
uses: docker/build-push-action@v5
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: Containerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 8c7f8fd

Please sign in to comment.