From cd98f0c6bbde57178e46d9a47afea50da0cd0cf9 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Wed, 27 Dec 2023 01:06:45 +0300 Subject: [PATCH] lua: enable aarch64 (#11389) --- projects/lua/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/lua/project.yaml b/projects/lua/project.yaml index f004feb3d..75efd925e 100644 --- a/projects/lua/project.yaml +++ b/projects/lua/project.yaml @@ -7,5 +7,6 @@ auto_ccs: - "estetus@gmail.com" main_repo: 'https://github.com/lua/lua' architectures: + - aarch64 - i386 - x86_64