From 60b094a6301e1e3a717f14427cdeec373bb1833a Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 17 Feb 2024 23:47:13 +0900 Subject: [PATCH] Recovered oracle linux from build list. Fixed modular system --- build.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.json b/build.json index 8ca91b769..f277f1a56 100644 --- a/build.json +++ b/build.json @@ -13,6 +13,10 @@ "linux/arm64", "linux/ppc64le" ], + "ol": [ + "linux/amd64", + "linux/arm64" + ], "rhel": [ "X64" ],