Skip to content

Commit

Permalink
remove unnecessary elif block
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed May 2, 2023
1 parent 356e7b8 commit 9541945
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,10 @@ jobs:
if [[ ${BUILD_IMAGE_TAG} == *"alpine"* ]]; then
ARCH_PLATFORMS=linux/amd64
elif [[ ${BUILD_IMAGE_TAG} == *"ubi9"* ]]; then
ARCH_PLATFORMS=linux/amd64,linux/arm64/v8
else
ARCH_PLATFORMS=linux/amd64,linux/arm64/v8
fi
# Set output parameters.
echo "arch_platforms=${ARCH_PLATFORMS}" >> $GITHUB_ENV
echo "image_version=${IMAGE_VERSION}" >> $GITHUB_ENV
Expand Down

0 comments on commit 9541945

Please sign in to comment.