Skip to content

Commit 1f1a88c

Browse files
committed
Revert "Temporarily update system tests to use specific platform"
This reverts commit 1bb9dc3.
1 parent 1bb9dc3 commit 1f1a88c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

system-test/spring-boot-image-system-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-plainDistZipJarApp.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ application {
5656
bootBuildImage {
5757
archiveFile = distZip.archiveFile
5858
runImage = "paketobuildpacks/ubuntu-noble-run:latest"
59-
imagePlatform = "linux/amd64"
6059
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion()]
6160
}

system-test/spring-boot-image-system-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-plainWarApp.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ war {
4848
bootBuildImage {
4949
archiveFile = war.archiveFile
5050
runImage = "paketobuildpacks/ubuntu-noble-run:latest"
51-
imagePlatform = "linux/amd64"
5251
environment = [
5352
'BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(),
5453
'BP_TOMCAT_VERSION': '11.*',

0 commit comments

Comments
 (0)