Skip to content

Commit 518cd4a

Browse files
authored
uncomment (#159)
1 parent d136ae9 commit 518cd4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-apps/spark/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jib {
2828
}
2929
from {
3030
image = "public.ecr.aws/aws-otel-test/aws-opentelemetry-java-base:alpha"
31-
/*platforms {
31+
platforms {
3232
platform {
3333
architecture = "amd64"
3434
os = "linux"
@@ -37,7 +37,7 @@ jib {
3737
architecture = "arm64"
3838
os = "linux"
3939
}
40-
}*/
40+
}
4141
}
4242
}
4343

0 commit comments

Comments
 (0)