From 1d6be82978f6728c6912a1b1433c9685bf5ebf01 Mon Sep 17 00:00:00 2001 From: Ryan Dale Date: Fri, 2 Feb 2024 11:51:39 -0500 Subject: [PATCH] bump --- .github/workflows/generic_build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generic_build.yml b/.github/workflows/generic_build.yml index 50162745..a39ab3e8 100644 --- a/.github/workflows/generic_build.yml +++ b/.github/workflows/generic_build.yml @@ -82,7 +82,9 @@ jobs: buildah manifest create "${image_name}:${tag}" done - archs_and_images=$archs + # get space-separated archs input string into an array + read -r -a archs_and_images <<<"$archs" + # ---------------------------------------------------------------------- # Incrementally compose build args, depending on which inputs were # provided.