diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 99e11a2..4bd3b39 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,7 +125,7 @@ jobs: with: pull: true context: . - platforms: linux/amd64,linux/arm64,linux/386 + platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7,linux/arm/v6 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }}