1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-03 17:13:17 +03:00

ci: add arm64 for the rest

This commit is contained in:
mariadb-RomanNavrotskiy
2022-08-26 18:55:17 +02:00
parent 028f8e0924
commit caa5a158f9

View File

@@ -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'],
};