Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Feb 2, 2024
1 parent f72e4a7 commit 1d6be82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1d6be82

Please sign in to comment.