Skip to content

Commit 11bbb7b

Browse files
committed
ci: Remove defunct foreign architectures from actions
The compiler produces a segfault on the emulated architectures. To be able to continue the work on Wakaama we disable testing on these architectures for the time being.
1 parent 8493582 commit 11bbb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multiarch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
arch: ["armv6", "armv7", "aarch64", "s390x", "ppc64le"]
15+
arch: ["armv6", "armv7"]
1616
steps:
1717
- name: Checkout code including full history and submodules
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)