Skip to content

Commit 5449643

Browse files
Update .github/workflows/release-ebpf-profiler.yaml
Co-authored-by: Christos Kalkanis <christos.kalkanis@elastic.co>
1 parent fe7f8ef commit 5449643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-ebpf-profiler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
with:
1212
distribution: otelcol-ebpf-profiler
1313
goos: '[ "linux" ]'
14-
goarch: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
14+
goarch: '[ "amd64", "arm64" ]'
1515
secrets: inherit
1616
permissions: write-all

0 commit comments

Comments
 (0)