Skip to content

Commit 490ed68

Browse files
committed
fix(mage): Change in github release assets
1 parent 5138529 commit 490ed68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/mage/Dockerfile.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ esac
2323
echo " Using ${arch_suffix}"
2424

2525
url="https://github.com/magefile/mage/releases/download/v${version}/mage_${version}_Linux-${arch_suffix}.tar.gz"
26+
if test "${version}" == "1.17.0"; then
27+
url="https://github.com/magefile/mage/releases/download/v${version}/mage_${version}_linux_${alt_arch}Linux-${arch_suffix}.tar.gz"
28+
fi
2629
filename="$(basename "${url}")"
2730

2831
check-github-release-asset "magefile/mage" "v${version}" "${filename}"

0 commit comments

Comments
 (0)