From 12fea600b7519723a7eafb79b15172b986bd3202 Mon Sep 17 00:00:00 2001 From: Nils Schimmelmann Date: Thu, 20 Mar 2025 14:18:29 -0500 Subject: [PATCH] Build Docker images for armhf and aarch64 --- .github/workflows/docker-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d14a8a86..83b1dc9d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -52,7 +52,8 @@ jobs: id: build-and-push uses: docker/build-push-action@v5 with: + platforms: linux/amd64,linux/arm64,linux/arm/v7 context: . push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY }}/${{ env.LOWERCASE_IMAGE_NAME }}:latest - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}