From f120db71a376cff67da1d02392388a1609707616 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Fri, 18 Nov 2022 15:16:21 -0300 Subject: [PATCH] Add all platforms --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6f9d181..6aba9810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,12 @@ jobs: uses: docker/build-push-action@v3 with: context: . + platforms: | + linux/amd64 + linux/386 + linux/arm/v6 + linux/arm/v7 + linux/arm64/v8 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}