From 0dba426cf7edf7e49bded56d755624f979c71c6b Mon Sep 17 00:00:00 2001 From: Jorge Prendes Date: Fri, 26 Jun 2026 09:17:03 +0100 Subject: [PATCH] fix publish workflow to account for recent changes Signed-off-by: Jorge Prendes --- .github/workflows/CreateRelease.yml | 1 + .github/workflows/DailyBenchmarks.yml | 1 + .github/workflows/Fuzzing.yml | 1 + .github/workflows/PrimeCaches.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 93f897ce2..dea33d88b 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -68,6 +68,7 @@ jobs: secrets: inherit needs: [release-blocker-check] with: + arch: X64 config: release benchmarks: diff --git a/.github/workflows/DailyBenchmarks.yml b/.github/workflows/DailyBenchmarks.yml index 7e3037acd..1a9d7d1bd 100644 --- a/.github/workflows/DailyBenchmarks.yml +++ b/.github/workflows/DailyBenchmarks.yml @@ -35,6 +35,7 @@ jobs: uses: ./.github/workflows/dep_build_guests.yml secrets: inherit with: + arch: X64 config: release # Run benchmarks across all hypervisor/cpu combos, comparing against diff --git a/.github/workflows/Fuzzing.yml b/.github/workflows/Fuzzing.yml index 7ae6635ee..42a98d8c4 100644 --- a/.github/workflows/Fuzzing.yml +++ b/.github/workflows/Fuzzing.yml @@ -14,6 +14,7 @@ jobs: uses: ./.github/workflows/dep_build_guests.yml secrets: inherit with: + arch: X64 config: release fuzzing: diff --git a/.github/workflows/PrimeCaches.yml b/.github/workflows/PrimeCaches.yml index a6b935847..75781b532 100644 --- a/.github/workflows/PrimeCaches.yml +++ b/.github/workflows/PrimeCaches.yml @@ -37,6 +37,7 @@ jobs: uses: ./.github/workflows/dep_build_guests.yml secrets: inherit with: + arch: X64 config: ${{ matrix.config }} # Populate v0-rust-code-checks-{linux,windows} caches.