Skip to content

Commit f9cb76b

Browse files
platform
1 parent cd237fc commit f9cb76b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
-t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux-amd64 \
3434
--push .
3535
36-
- name: 'Build Postgres Image for linux/arm64'
36+
- name: 'Build Postgres Multi-Architecture Image'
3737
run: |
38-
docker build \
38+
docker buildx build \
3939
-f Dockerfile.postgres \
4040
--platform linux/arm64 \
4141
-t ghcr.io/trycompa/postgres:${{ inputs.tag }}-linux-arm64 \

0 commit comments

Comments
 (0)