feat: build for armv5 and armv6 (#1884)

This commit is contained in:
Sven van Ginkel
2026-08-16 14:33:04 -04:00
committed by GitHub
parent 9a54d844ba
commit 1ab1229a61
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ jobs:
with:
context: ./
file: ${{ matrix.dockerfile }}
platforms: ${{ matrix.platforms || 'linux/amd64,linux/arm64,linux/arm/v7' }}
platforms: ${{ matrix.platforms || 'linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7' }}
push: ${{ github.ref_type == 'tag' && secrets[matrix.password_secret] != '' }}
provenance: mode=max
sbom: true