Skip to content

Remove unused vars

Remove unused vars #5

Triggered via push September 9, 2024 20:31
Status Failure
Total duration 48s
Artifacts

whisparr.yaml

on: push
Build and Release Deploy Image
35s
Build and Release Deploy Image
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build and Release Deploy Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get -y install bash ca-certificates catatonit coreutils curl sqlite3 libicu* && case \"${TARGETPLATFORM}\" in 'linux/amd64') export ARCH='x64' ;; 'linux/arm64') export ARCH='arm64' ;; esac && mkdir -p /app/bin && curl -fsSL \"http://whisparr.servarr.com/v1/update/${WHISPARR__UPDATE__BRANCH}/updatefile?os=linux&runtime=netcore&arch=${ARCH}\" | tar xzf - -C /app/bin --strip-components=1 && rm -rf /app/bin/Whisparr.Update && printf \"UpdateMethod=docker\\nBranch=%s\\nPackageVersion=%s\\nPackageAuthor=[iaacautomation](https://github.com/iaacautomation)\\n\" \"${WHISPARR__UPDATE__BRANCH}\"> /app/package_info && chown -R root:root /app && chmod -R 755 /app && rm -rf /tmp/*" did not complete successfully: exit code: 2