Skip to content

Commit

Permalink
adjust platform check
Browse files Browse the repository at this point in the history
  • Loading branch information
MBaesken committed Dec 13, 2024
1 parent 5f8bb40 commit 6f1224b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions make/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -1310,10 +1310,9 @@ endif
################################################################################

# all-images builds all our deliverables as images.
ifeq ($(call isTargetOs, aix), true)
all-images: product-images test-image all-docs-images
else
all-images: product-images static-jdk-image test-image all-docs-images
ifeq ($(call isTargetOs, linux macosx windows), true)
all-images: static-jdk-image
endif

# all-bundles packages all our deliverables as tar.gz bundles.
Expand Down

0 comments on commit 6f1224b

Please sign in to comment.