Skip to content

Commit d37d105

Browse files
committed
fix archs
Signed-off-by: Esteve Fernandez <[email protected]>
1 parent a6263c7 commit d37d105

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/build-debs.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,9 @@ jobs:
2020
matrix:
2121
platform:
2222
- runner: ubuntu:22.04
23-
target: x86_64
23+
target: amd64
2424
- runner: ubuntu:22.04
25-
target: x86
26-
- runner: ubuntu:22.04
27-
target: aarch64
28-
- runner: ubuntu:22.04
29-
target: armv7
30-
- runner: ubuntu:22.04
31-
target: s390x
32-
- runner: ubuntu:22.04
33-
target: ppc64le
25+
target: arm64
3426

3527
steps:
3628
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)