Skip to content

Update Dockerfile to 14.0.4 #30

Update Dockerfile to 14.0.4

Update Dockerfile to 14.0.4 #30

Triggered via push January 13, 2025 14:23
Status Failure
Total duration 3m 56s
Artifacts
tag-and-publish
3m 47s
tag-and-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
tag-and-publish
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"amd64\" ]; then curl -sSL \"${TOR_GPG_KEY_X64}\" | gpg --import - && gpg --output ./tor.keyring --export \"${TOR_FINGERPRINT_X64}\" && gpgv --keyring ./tor.keyring \"${TOR_SIGNATURE_X64##*/}\" \"${TOR_BINARY_X64##*/}\"; elif [ \"$TARGETARCH\" = \"arm64\" ]; then curl -sSL \"${TOR_GPG_KEY_ARM64}\" | gpg --import - && gpg --output ./tor.keyring --export \"${TOR_FINGERPRINT_ARM64}\" && gpgv --keyring ./tor.keyring \"${TOR_SIGNATURE_ARM64##*/}\" \"${TOR_BINARY_ARM64##*/}\"; else echo \"CRITICAL: Architecture '${TARGETARCH}' not in [amd64, arm64]\" && exit 1; fi" did not complete successfully: exit code: 2
tag-and-publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636