Only build armv7 on official releases (#1732)

This commit was merged in pull request #1732.
This commit is contained in:
Zach Gollwitzer
2025-01-28 14:08:04 -05:00
committed by GitHub
parent 247d91b99d
commit 3b0f8ae8c2

View File

@@ -65,7 +65,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: ${{ startsWith(github.ref, 'refs/tags/v') && 'linux/amd64,linux/arm64,linux/arm/v7' || 'linux/amd64,linux/arm64' }}
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: false