perf: build for target-cpu=x86-64-v3 in docker by default (#21761)

This commit is contained in:
DaniPopes
2026-02-03 20:47:59 +01:00
committed by GitHub
parent e6fc5ff54b
commit 648f19fb56
2 changed files with 67 additions and 20 deletions

View File

@@ -100,5 +100,7 @@ jobs:
targets: ${{ steps.params.outputs.targets }}
push: ${{ !(github.event_name == 'workflow_dispatch' && inputs.dry_run) }}
set: |
ethereum.tags=${{ steps.params.outputs.ethereum_tags }}
optimism.tags=${{ steps.params.outputs.optimism_tags }}
ethereum-amd64.tags=${{ steps.params.outputs.ethereum_tags }}
ethereum-arm64.tags=${{ steps.params.outputs.ethereum_tags }}
optimism-amd64.tags=${{ steps.params.outputs.optimism_tags }}
optimism-arm64.tags=${{ steps.params.outputs.optimism_tags }}