Skip to content

Commit b29085a

Browse files
committed
Remove Make target to build OpenJ9 Docker images
Mised at commit 7817bd6
1 parent 665b477 commit b29085a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Makefile

-8
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,7 @@ build-image-infrastructure:
2626
./mvnw clean package -f src/apps/infrastructure \
2727
-Ddocker -Ddockerfile.push.skip=$(SKIP_PUSH) -ntp -Dfmt.skip -DskipTests
2828

29-
build-image-infrastructure-openj9:
30-
./mvnw clean package -f src/apps/infrastructure \
31-
-Dopenj9 -Ddockerfile.push.skip=$(SKIP_PUSH) -ntp -Dfmt.skip -DskipTests
32-
3329
build-image-geoserver:
3430
./mvnw clean package -f src/apps/geoserver \
3531
-Ddocker -Ddockerfile.push.skip=$(SKIP_PUSH) -ntp -Dfmt.skip -DskipTests
3632

37-
build-image-geoserver-openj9:
38-
./mvnw clean package -f src/apps/geoserver \
39-
-Dopenj9 -Ddockerfile.push.skip=$(SKIP_PUSH) -ntp -Dfmt.skip -DskipTests
40-

0 commit comments

Comments
 (0)