From b4012d899c8772ea6f235a9f2ca33f15d63bfea3 Mon Sep 17 00:00:00 2001 From: Sergio Date: Fri, 11 Oct 2024 14:40:29 +0200 Subject: [PATCH] Add current archs --- .github/workflows/build-any-ib.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-any-ib.yml b/.github/workflows/build-any-ib.yml index 27898171..0ae93f0e 100644 --- a/.github/workflows/build-any-ib.yml +++ b/.github/workflows/build-any-ib.yml @@ -18,6 +18,14 @@ name: Build any IB description: Architecture to build the package for default: 'latest' options: + - "slc9_x86-64" + - "slc8_x86-64" + - "slc7_x86-64" + - "slc6_x86-64" + - "ubuntu2004_x86-64" + - "ubuntu2204_x86-64" + - "osx_x86-64" + - "slc7_aarch64" permissions: {}