Skip to content

Commit 698b078

Browse files
pavolloffayIsrael Blancas
and
Israel Blancas
authored
Add nodejs auto-instrumentation support for linux/s390x,linux/ppc64le (#3362)
Signed-off-by: Pavol Loffay <[email protected]> Co-authored-by: Israel Blancas <[email protected]>
1 parent 31ee21e commit 698b078

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.chloggen/nodejs-ibm-platforms.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
5+
component: auto-instrumentation
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Add Nodejs auto-instrumentation image builds for linux/s390x,linux/ppc64le.
9+
10+
# One or more tracking issues related to the change
11+
issues: [3322]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext:

.github/workflows/publish-autoinstrumentation-nodejs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: docker/build-push-action@v6
7272
with:
7373
context: autoinstrumentation/nodejs
74-
platforms: linux/amd64,linux/arm64
74+
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
7575
push: ${{ github.event_name == 'push' }}
7676
build-args: version=${{ env.VERSION }}
7777
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)