disable user optional packages and install hugo #44
Annotations
1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -ex && export arch=$(uname -m | awk '{ if ($1 == \"x86_64\") print \"x64\"; else if ($1 == \"aarch64\" || $1 == \"arm64\") print \"arm64\"; else print \"unknown\" }') && export urlHugoRelease=\"https://api.github.com/repos/gohugoio/hugo/releases/latest\" && export urlHugoVersion=$(curl -s ${urlHugoRelease} | awk -F '[\"v,]' '/tag_name/{print $5}') && export urlHugoBase=\"https://github.com/gohugoio/hugo/releases/download\" && export urlHugoBin=\"hugo_${urlHugoVersion}_linux-${arch}.deb\" && export urlHugo=\"${urlHugoBase}/v${urlHugoVersion}/${urlHugoBin}\" && curl --output /tmp/${urlHugoBin} -L ${urlHugo} && sudo dpkg -i /tmp/${urlHugoBin} && which hugo && hugo version && rm -rf /tmp/* && true" did not complete successfully: exit code: 1
|