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 432b9a6 commit 8ef2c10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
busybox_version:
required: false
type: string

debian_version:
required: false
type: string

image_prefix:
required: false
type: string
Expand Down Expand Up @@ -50,7 +52,7 @@ jobs:
set -xeu
# Store provided inputs as local vars
image_name='${{ inputs.image_name }}${{ inputs.image_prefix }}'
image_name='${{ inputs.image_prefix }}${{ inputs.image_name }}'
image_dir='images/${{ inputs.image_name }}'
tags='${{ inputs.tags }}'
debian_version='${{ inputs.debian_version }}'
Expand Down Expand Up @@ -85,7 +87,7 @@ jobs:
# Due to different nomenclature used by conda-forge and buildah, we
# need to map archs to base images.
archs_and_images=(
"amd64=quay.io/condaforge/linux-anvil-cos7-x86_64",
"amd64=quay.io/condaforge/linux-anvil-cos7-x86_64"
"arm64=quay.io/condaforge/linux-anvil-aarch64"
)
fi
Expand Down

0 comments on commit 8ef2c10

Please sign in to comment.