Skip to content

disable user optional packages and install hugo #44

disable user optional packages and install hugo

disable user optional packages and install hugo #44

Triggered via pull request November 15, 2023 23:56
@usrbinkatusrbinkat
synchronize #22
main
Status Failure
Total duration 2m 25s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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