Skip to content

Commit d38d655

Browse files
authored
Publish arm64 image (#5)
1 parent ef4e0df commit d38d655

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-postgres-container.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Set up Docker Buildx
2424
uses: docker/setup-buildx-action@v3
25+
with:
26+
platforms: linux/amd64,linux/arm64
2527

2628
- name: Docker meta
2729
id: meta
@@ -49,7 +51,7 @@ jobs:
4951
if: ${{ github.event_name != 'pull_request' }}
5052
uses: docker/build-push-action@v5
5153
with:
52-
platforms: linux/amd64
54+
platforms: linux/amd64,linux/arm64
5355
file: Containerfile
5456
push: true
5557
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)