Skip to content

Commit

Permalink
ci: Remove defunct foreign architectures from actions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LukasWoodtli committed Feb 11, 2025
1 parent 8493582 commit 535230c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: ["armv6", "armv7", "aarch64", "s390x", "ppc64le"]
arch: ["armv6", "armv7"]
steps:
- name: Checkout code including full history and submodules
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 535230c

Please sign in to comment.