Skip to content

v0.13.1

v0.13.1 #23

Triggered via release October 12, 2023 04:34
@meebmeeb
published v0.13.1
Status Failure
Total duration 28s
Artifacts

release.yaml

on: release
containerise
20s
containerise
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
containerise
buildx failed with: ERROR: failed to solve: process "/bin/sh -c export ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"amd64\" ;; \"linux/arm64\") echo \"aarch64\" ;; *) echo \"\" ;; esac) && export S6_ARCH_EXPECTED_SHA256=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"65d0d0f353d2ff9d0af202b268b4bf53a9948a5007650854855c729289085739\" ;; \"linux/arm64\") echo \"3fbd14201473710a592b2189e81f00f3c8998e96d34f16bd2429c35d1bc36d00\" ;; *) echo \"\" ;; esac) && export S6_DOWNLOAD_ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-x86_64.tar.xz\" ;; \"linux/arm64\") echo \"https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-aarch64.tar.xz\" ;; *) echo \"\" ;; esac) && export FFMPEG_EXPECTED_SHA256=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"71cd08ed38c33ff2625dcca68d05efda090bdae455625d3bb1e4be4a53bf7c11\" ;; \"linux/arm64\") echo \"b6765d97f20cecef0121559ee26a2f0dfbac6aef49c48c71eb703271cb3f527b\" ;; *) echo \"\" ;; esac) && export FFMPEG_DOWNLOAD=$(case ${TARGETPLATFORM:-linux/amd64} in \"linux/amd64\") echo \"https://github.com/yt-dlp/FFmpeg-Builds/releases/download/${FFMPEG_DATE}/ffmpeg-N-${FFMPEG_VERSION}-linux64-gpl.tar.xz\" ;; \"linux/arm64\") echo \"https://github.com/yt-dlp/FFmpeg-Builds/releases/download/${FFMPEG_DATE}/ffmpeg-N-${FFMPEG_VERSION}-linuxarm64-gpl.tar.xz\" ;; *) echo \"\" ;; esac) && export S6_NOARCH_EXPECTED_SHA256=\"fd80c231e8ae1a0667b7ae2078b9ad0e1269c4d117bf447a4506815a700dbff3\" && export S6_DOWNLOAD_NOARCH=\"https://github.com/just-containers/s6-overlay/releases/download/v${S6_VERSION}/s6-overlay-noarch.tar.xz\" && echo \"Building for arch: ${ARCH}|${ARCH44}, downloading S6 from: ${S6_DOWNLOAD}}, expecting S6 SHA256: ${S6_EXPECTED_SHA256}\" && set -x && apt-get update && apt-get -y --no-install-recommends install locales && echo \"en_US.UTF-8 UTF-8\" > /etc/locale.gen && locale-gen en_US.UTF-8 && apt-get -y --no-install-recommends install curl ca-certificates binutils xz-utils && curl -L ${S6_DOWNLOAD_NOARCH} --output /tmp/s6-overlay-noarch.tar.xz && echo \"${S6_NOARCH_EXPECTED_SHA256} /tmp/s6-overlay-noarch.tar.xz\" | sha256sum -c - && tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz && curl -L ${S6_DOWNLOAD_ARCH} --output /tmp/s6-overlay-${ARCH}.tar.xz && echo \"${S6_ARCH_EXPECTED_SHA256} /tmp/s6-overlay-${ARCH}.tar.xz\" | sha256sum -c - && tar -C / -Jxpf /tmp/s6-overlay-${ARCH}.tar.xz && echo \"Building for arch: ${ARCH}|${ARCH44}, downloading FFMPEG from: ${FFMPEG_DOWNLOAD}, expecting FFMPEG SHA256: ${FFMPEG_EXPECTED_SHA256}\" && curl -L ${FFMPEG_DOWNLOAD} --output /tmp/ffmpeg-${ARCH}.tar.xz && sha256sum /tmp/ffmpeg-${ARCH}.tar.xz && echo \"${FFMPEG_EXPECTED_SHA256} /tmp/ffmpeg-${ARCH}.tar.xz\" | sha256sum -c - && tar -xf /tmp/ffmpeg-${ARCH}.tar.xz --strip-components=2 --no-anchored -C /usr/local/bin/ \"ffmpeg\" && tar -xf /tmp/ffmpeg-${ARCH}.tar.xz --strip-components=2 --no-anchored -C /usr/local/bin/ \"ffprobe\" && rm -rf /tmp/s6-overlay-${ARCH}.tar.gz && rm -rf /tmp/ffmpeg-${ARCH}.tar.xz && apt-get -y autoremove --purge curl binutils xz-utils" did not complete successfully: exit code: 1
containerise
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-qemu-action@v1, dawidd6/action-get-tag@v1, docker/build-push-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
containerise
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
containerise
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
containerise
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
containerise
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/