From e8935f5582e7bf1b70244a86e2494ee22ebf779b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Dub=C3=A9?= Date: Thu, 4 Apr 2024 13:47:24 -0400 Subject: [PATCH] Add many platforms arbitrarily Related to #214; added additional architectures which may or may not work. I'd rather someone find out it doesn't work then for them to be blocked from even trying. --- .github/workflows/docker-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index ba1aa436..f1dc1b40 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -73,6 +73,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: + platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x context: . push: true tags: ${{ steps.meta.outputs.tags }}