We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c370ba7 commit f490720Copy full SHA for f490720
1 file changed
.github/workflows/release-k8s.yaml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
distribution: otelcol-k8s
13
goos: '[ "linux" ]'
14
- goarch: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
+ goarch: '[ "amd64", "arm64", "ppc64le", "riscv64", "s390x" ]'
15
nightly: ${{ contains(github.ref, '-nightly') }}
16
secrets: inherit
17
permissions: write-all
0 commit comments