From 5a19bd31e23e5ef4104835932cb3723ae052f50e Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 21 Nov 2023 12:55:54 +0900 Subject: [PATCH] Recovered Oracle Linux building --- build.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.json b/build.json index de9ae8ee6..5f63563c4 100644 --- a/build.json +++ b/build.json @@ -5,6 +5,10 @@ "linux/arm64", "linux/s390x" ], + "ol": [ + "linux/amd64", + "linux/arm64" + ], "ubuntu": [ "linux/amd64", "linux/arm/v7",