ci: only build amd64 for tests

avoids docker engine error when trying to export manifest lists
This commit is contained in:
Ramon Roche 2025-02-26 20:48:39 -08:00
parent 379bb181f2
commit b786006443
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -66,7 +66,7 @@ jobs:
context: Tools/setup
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
load: true
push: false
cache-from: type=gha
@ -95,8 +95,7 @@ jobs:
context: Tools/setup
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: |
linux/amd64
platforms: linux/amd64,linux/arm64
provenance: mode=max
push: true
cache-from: type=gha