Skip to content

Commit 2b48a30

Browse files
authored
fix publish workflow to account for recent changes (#1588)
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 9397f42 commit 2b48a30

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/CreateRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
secrets: inherit
6969
needs: [release-blocker-check]
7070
with:
71+
arch: X64
7172
config: release
7273

7374
benchmarks:

.github/workflows/DailyBenchmarks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
uses: ./.github/workflows/dep_build_guests.yml
3636
secrets: inherit
3737
with:
38+
arch: X64
3839
config: release
3940

4041
# Run benchmarks across all hypervisor/cpu combos, comparing against

.github/workflows/Fuzzing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
uses: ./.github/workflows/dep_build_guests.yml
1515
secrets: inherit
1616
with:
17+
arch: X64
1718
config: release
1819

1920
fuzzing:

.github/workflows/PrimeCaches.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
uses: ./.github/workflows/dep_build_guests.yml
3838
secrets: inherit
3939
with:
40+
arch: X64
4041
config: ${{ matrix.config }}
4142

4243
# Populate v0-rust-code-checks-{linux,windows} caches.

0 commit comments

Comments
 (0)