From 13b38741de9770bd9623184b52f5a9389881355b Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Wed, 26 Nov 2025 19:09:35 +0100 Subject: [PATCH] chore: add arm64 and amd64 back --- .github/workflows/docker.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 211b6a37..123f49bd 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -64,15 +64,15 @@ jobs: type=ref,event=tag type=sha,format=short,prefix= -# - name: Build and export (AMD64 & ARM64) -# uses: docker/build-push-action@v6 -# with: -# context: . -# file: ./docker/Dockerfile -# push: ${{ github.event_name != 'pull_request' }} -# tags: ${{ steps.meta.outputs.tags }} -# labels: ${{ steps.meta.outputs.labels }} -# platforms: linux/amd64,linux/arm64 + - name: Build and export (AMD64 & ARM64) + uses: docker/build-push-action@v6 + with: + context: . + file: ./docker/Dockerfile + push: ${{ github.event_name != 'pull_request' }} + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64 - name: replace psycopg binary to c version for arm/v7