Commit 8ef2c10 1 parent 432b9a6 commit 8ef2c10 Copy full SHA for 8ef2c10
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 15
15
busybox_version :
16
16
required : false
17
17
type : string
18
+
18
19
debian_version :
19
20
required : false
20
21
type : string
22
+
21
23
image_prefix :
22
24
required : false
23
25
type : string
50
52
set -xeu
51
53
52
54
# Store provided inputs as local vars
53
- image_name='${{ inputs.image_name }}${{ inputs.image_prefix }}'
55
+ image_name='${{ inputs.image_prefix }}${{ inputs.image_name }}'
54
56
image_dir='images/${{ inputs.image_name }}'
55
57
tags='${{ inputs.tags }}'
56
58
debian_version='${{ inputs.debian_version }}'
85
87
# Due to different nomenclature used by conda-forge and buildah, we
86
88
# need to map archs to base images.
87
89
archs_and_images=(
88
- "amd64=quay.io/condaforge/linux-anvil-cos7-x86_64",
90
+ "amd64=quay.io/condaforge/linux-anvil-cos7-x86_64"
89
91
"arm64=quay.io/condaforge/linux-anvil-aarch64"
90
92
)
91
93
fi
You can’t perform that action at this time.
0 commit comments