Skip to content

Commit c61144c

Browse files
committed
workflow: fix amd64 build on release builds
1 parent 6426ec5 commit c61144c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- runs_on: ubuntu-24.04-arm
4242
arch: arm64
4343
- runs_on: ubuntu-24.04
44-
arch: arm64
44+
arch: amd64
4545
env:
4646
ARCH: ${{ matrix.arch }}
4747
steps:

0 commit comments

Comments
 (0)