diff --git a/.github/workflows/socat.yaml b/.github/workflows/socat.yaml index cba6873..a389c30 100644 --- a/.github/workflows/socat.yaml +++ b/.github/workflows/socat.yaml @@ -64,6 +64,6 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache,mode=max