Skip to content

v0.6.0-alpha.3

v0.6.0-alpha.3 #89

Triggered via release September 18, 2024 09:31
Status Failure
Total duration 1m 23s
Artifacts

pdp_cicd.yml

on: release
build-and-push-pdp-vanilla
0s
build-and-push-pdp-vanilla
build-and-push-pdp
0s
build-and-push-pdp
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
pdp-tests
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -f /datasync/datasync.tar.gz ]; then cd /datasync && tar xzf datasync.tar.gz && go build -o /factstore ./cmd/factstore_server && rm -rf /datasync ; else case $(uname -m) in x86_64) cp datasync/factstore_server-linux-amd64 /factstore ;; aarch64) cp datasync/factstore_server-linux-arm64 /factstore ;; *) echo \"Unknown architecture.\" ; exit 1 ; ;; esac ; fi" did not complete successfully: exit code: 1
pdp-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/