Skip to content

Commit c72ccf1

Browse files
committed
Fix architecture in CI configuration
1 parent f7cfe7c commit c72ccf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
arch: [x86_64, i386]
34+
arch: [amd64, i386]
3535

3636
env:
3737
ARCH: ${{ matrix.arch }}

0 commit comments

Comments
 (0)