diff --git a/.chloggen/rv64.yaml b/.chloggen/rv64.yaml new file mode 100644 index 00000000000..f433651ab7b --- /dev/null +++ b/.chloggen/rv64.yaml @@ -0,0 +1,25 @@ +# Use this changelog template to create an entry for release notes. + +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) +component: architecture + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: New Tier 3 platform riscv64 allowing the collector to be built and distributed for this platform. + +# One or more tracking issues or pull requests related to the change +issues: [ 13462 ] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: + +# Optional: The change log or logs in which this entry should be included. +# e.g. '[user]' or '[user, api]' +# Include 'user' if the change is relevant to end users. +# Include 'api' if there is a change to a library API. +# Default: '[user]' +change_logs: [] diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3155adb1145..c558a18e000 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -254,6 +254,8 @@ jobs: goarch: arm64 - goos: linux goarch: ppc64le + - goos: linux + goarch: riscv64 - goos: linux goarch: arm goarm: 7 diff --git a/.github/workflows/utils/cspell.json b/.github/workflows/utils/cspell.json index 40f446182cd..e75fa058d30 100644 --- a/.github/workflows/utils/cspell.json +++ b/.github/workflows/utils/cspell.json @@ -396,6 +396,7 @@ "resourceprocessor", "resourcetolabel", "retryable", + "riscv", "rpcz", "rrschulze", "runperf", @@ -414,6 +415,7 @@ "servicetest", "servicez", "sfixed", + "shanduur", "sharedcomponent", "sigstore", "someclientid", diff --git a/docs/platform-support.md b/docs/platform-support.md index e30910081f0..d9e690bc1ab 100644 --- a/docs/platform-support.md +++ b/docs/platform-support.md @@ -64,6 +64,7 @@ Tier 3 platforms are currently: | linux/386 | [@andrzej-stencel](https://github.com/andrzej-stencel) | | linux/arm | [@Wal8800](https://github.com/Wal8800), [@atoulme](https://github.com/atoulme) | | linux/ppc64le | [@IBM-Currency-Helper](https://github.com/IBM-Currency-Helper), [@adilhusain-s](https://github.com/adilhusain-s), [@seth-priya](https://github.com/seth-priya) | +| linux/riscv64 | [@shanduur](https://github.com/shanduur) | | linux/s390x | [@bwalk-at-ibm](https://github.com/bwalk-at-ibm), [@rrschulze](https://github.com/rrschulze) | | windows/386 | [@pjanotti](https://github.com/pjanotti) |