Skip to content

Commit fc5738c

Browse files
authored
as aws will not support Java8, we should remove it (#1481)
Signed-off-by: Jian Li <jian.li2@fmr.com>
1 parent 4885ee4 commit fc5738c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-layer-java.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
layer-name: opentelemetry-javaagent
7979
component-version: ${{needs.build-layer.outputs.JAVAAGENT_VERSION}}
8080
# architecture:
81-
runtimes: java8 java8.al2 java11 java17
81+
runtimes: java8.al2 java11 java17
8282
release-group: prod
8383
aws_region: ${{ matrix.aws_region }}
8484
secrets: inherit
@@ -110,7 +110,7 @@ jobs:
110110
layer-name: opentelemetry-javawrapper
111111
component-version: "--"
112112
# architecture:
113-
runtimes: java8 java8.al2 java11 java17
113+
runtimes: java8.al2 java11 java17
114114
release-group: prod
115115
aws_region: ${{ matrix.aws_region }}
116116
secrets: inherit

0 commit comments

Comments
 (0)