Skip to content

Commit f490720

Browse files
authored
[chore] add riscv64 to k8s release pipeline (#1090)
1 parent c370ba7 commit f490720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
distribution: otelcol-k8s
1313
goos: '[ "linux" ]'
14-
goarch: '[ "amd64", "arm64", "ppc64le", "s390x" ]'
14+
goarch: '[ "amd64", "arm64", "ppc64le", "riscv64", "s390x" ]'
1515
nightly: ${{ contains(github.ref, '-nightly') }}
1616
secrets: inherit
1717
permissions: write-all

0 commit comments

Comments
 (0)