We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5e9f1 commit 432b9a6Copy full SHA for 432b9a6
.github/workflows/generic_build.yml
@@ -84,10 +84,10 @@ jobs:
84
if [ ! -z "${bioconda_utils}" ]; then
85
# Due to different nomenclature used by conda-forge and buildah, we
86
# 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
- '
+ archs_and_images=(
+ "amd64=quay.io/condaforge/linux-anvil-cos7-x86_64",
+ "arm64=quay.io/condaforge/linux-anvil-aarch64"
+ )
91
fi
92
93
# If busybox_version was specified, assume we are making a busybox image.
0 commit comments