From caa5a158f946b23d1b60efa3ba0d802f1a9a245e Mon Sep 17 00:00:00 2001 From: mariadb-RomanNavrotskiy Date: Fri, 26 Aug 2022 18:55:17 +0200 Subject: [PATCH] ci: add arm64 for the rest --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index fa5bd7a7f..644b1121e 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -11,7 +11,7 @@ local servers = { }; local platforms_arm = { - develop: ['rockylinux:8'], + develop: ['centos:7', 'rockylinux:8', 'rockylinux:9', 'debian:10', 'debian:11', 'ubuntu:20.04', 'ubuntu:22.04'], 'develop-6': ['rockylinux:8'], };