diff --git a/tools/mage/Dockerfile.template b/tools/mage/Dockerfile.template index aa079d8054..30ecd6ca3b 100644 --- a/tools/mage/Dockerfile.template +++ b/tools/mage/Dockerfile.template @@ -23,6 +23,9 @@ esac echo " Using ${arch_suffix}" url="https://github.com/magefile/mage/releases/download/v${version}/mage_${version}_Linux-${arch_suffix}.tar.gz" +if test "${version}" == "1.17.0"; then + url="https://github.com/magefile/mage/releases/download/v${version}/mage_${version}_linux_${alt_arch}Linux-${arch_suffix}.tar.gz" +fi filename="$(basename "${url}")" check-github-release-asset "magefile/mage" "v${version}" "${filename}" diff --git a/tools/mage/manifest.yaml b/tools/mage/manifest.yaml index 2a934cc18e..e150d02205 100644 --- a/tools/mage/manifest.yaml +++ b/tools/mage/manifest.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml name: mage -version: "1.16.0" +version: "1.17.0" check: ${binary} --version | grep ^Mage | cut -d' ' -f4 platforms: - linux/amd64