File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3939 - name : Set up Node.js
4040 uses : actions/setup-node@v4
4141 with :
42- node-version : ' 20 '
42+ node-version : ' 22 '
4343
4444 - name : Build combined Node.js layer (amd64)
4545 run : |
Original file line number Diff line number Diff line change 3939 - uses : actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
4040 with :
4141 distribution : temurin
42- java-version : 17
42+ java-version : 21
4343
4444 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4545 with :
Original file line number Diff line number Diff line change 3838
3939 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4040 with :
41- node-version : 18
41+ node-version : 22
4242
4343 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4444 with :
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ cd "$SCRIPT_DIR"
5454
5555echo " Combined Go extension layer created: $BUILD_DIR /otel-go-extension-layer.zip"
5656echo " Layer contents:"
57- unzip -l " $BUILD_DIR /otel-go-extension-layer.zip" | head -20
57+ unzip -l " $BUILD_DIR /otel-go-extension-layer.zip" | head -20 || true
5858
5959echo " Build completed successfully!"
Original file line number Diff line number Diff line change @@ -84,6 +84,6 @@ cd "$SCRIPT_DIR"
8484echo " ✅ Combined Node.js extension layer created: $BUILD_DIR /otel-nodejs-extension-layer.zip"
8585echo " "
8686echo " Layer contents preview:"
87- unzip -l " $BUILD_DIR /otel-nodejs-extension-layer.zip" | head -20
87+ unzip -l " $BUILD_DIR /otel-nodejs-extension-layer.zip" | head -20 || true
8888echo " "
8989echo " Build completed successfully!"
Original file line number Diff line number Diff line change @@ -82,6 +82,6 @@ cd "$SCRIPT_DIR"
8282echo " ✅ Combined Python extension layer created: $BUILD_DIR /otel-python-extension-layer.zip"
8383echo " "
8484echo " Layer contents preview:"
85- unzip -l " $BUILD_DIR /otel-python-extension-layer.zip" | head -20
85+ unzip -l " $BUILD_DIR /otel-python-extension-layer.zip" | head -20 || true
8686echo " "
8787echo " Build completed successfully!"
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ cd "$SCRIPT_DIR"
129129
130130echo " Combined Ruby extension layer created: $BUILD_DIR /otel-ruby-extension-layer.zip"
131131echo " Layer contents:"
132- unzip -l " $BUILD_DIR /otel-ruby-extension-layer.zip" | head -20
132+ unzip -l " $BUILD_DIR /otel-ruby-extension-layer.zip" | head -20 || true
133133
134134echo " Build completed successfully!"
135135
You can’t perform that action at this time.
0 commit comments