Skip to content

Commit faf3836

Browse files
committed
Fix cross-platform builds with Alpine 3.23
1 parent ad26add commit faf3836

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-and-push-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
tags: |
4545
type=raw,value=${{ matrix.postgres }},enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
4646
47-
- name: Set up Docker Buildx
48-
uses: docker/setup-buildx-action@v3
49-
5047
- name: Set up QEMU
5148
uses: docker/setup-qemu-action@v3
5249
with:
5350
platforms: linux/amd64,linux/arm64
5451

52+
- name: Set up Docker Buildx
53+
uses: docker/setup-buildx-action@v3
54+
5555
- name: Build and push Docker image
5656
uses: docker/build-push-action@v6
5757
with:

0 commit comments

Comments
 (0)