Skip to content

Commit 585a27a

Browse files
committed
Minimal fixes
1 parent dfe6e32 commit 585a27a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/collector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: Local collector image ${{ matrix.arch }}
3838
strategy:
3939
matrix:
40-
arch: [amd64, arm64, ppc64le]
40+
arch: [amd64, arm64, ppc64le, s390x]
4141
runs-on: ${{ (matrix.arch == 'arm64' && 'ubuntu-24.04-arm') ||
4242
(matrix.arch == 'ppc64le' && 'ubuntu-24.04-ppc64le') ||
4343
(matrix.arch == 's390x' && 'ubuntu-24.04-s390x') ||
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: ubuntu-24.04
9797
if: always() && !contains(join(needs.*.result, ','), 'failure')
9898
env:
99-
ARCHS: ${{ inputs.architectures }}
99+
ARCHS: amd64 arm64 ppc64le s390x
100100

101101
steps:
102102
- uses: actions/checkout@v4

falcosecurity-libs

Submodule falcosecurity-libs updated 514 files

0 commit comments

Comments
 (0)