From 4cfb9f4ee8b2429f3b888ea94af9de43d1f4c307 Mon Sep 17 00:00:00 2001 From: Eugene Kovalenko Date: Wed, 10 May 2023 16:19:47 +0300 Subject: [PATCH] [CI/Internal] Add builds on AL2023 arm64 (#261) It's became possible after the fix in our devboxes where ACPI + NVRAM is used https://github.com/elastio/devboxes/pull/267 and after `vagrant-libvirt`. Plus after upgrade on our servers to the version with the fix discussed here https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1371#issuecomment-1014980135 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc6418ea..66c6933d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: include: - distro: amazon2 arch: arm64 + - distro: amazon2023 + arch: arm64 - distro: centos8 arch: arm64 - distro: centos9