Skip to content

Commit 432b9a6

Browse files
committed
bump
1 parent 5d5e9f1 commit 432b9a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/generic_build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
if [ ! -z "${bioconda_utils}" ]; then
8585
# Due to different nomenclature used by conda-forge and buildah, we
8686
# need to map archs to base images.
87-
archs_and_images='
88-
amd64=quay.io/condaforge/linux-anvil-cos7-x86_64
89-
arm64=quay.io/condaforge/linux-anvil-aarch64
90-
'
87+
archs_and_images=(
88+
"amd64=quay.io/condaforge/linux-anvil-cos7-x86_64",
89+
"arm64=quay.io/condaforge/linux-anvil-aarch64"
90+
)
9191
fi
9292
9393
# If busybox_version was specified, assume we are making a busybox image.

0 commit comments

Comments
 (0)