Skip to content

Build and Push PDP Docker Image #148

Build and Push PDP Docker Image

Build and Push PDP Docker Image #148

Triggered via release November 26, 2024 16:55
@omer9564omer9564
published 1f2debd
Status Failure
Total duration 1m 15s
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
pdp-tests
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ -f /factdb/factdb.tar.gz ]; then cd /factdb && tar xzf factdb.tar.gz && go build -ldflags=\"-extldflags=-static\" -o /factdb ./cmd/factstore_server && rm -rf /factdb ; else case $(uname -m) in x86_64) if [ -f /factdb/factstore_server-linux-amd64 ]; then cp /factdb/factstore_server-linux-amd64 /factdb; else echo \"factstore_server-linux-amd64 not found.\" ; if [ \"$ALLOW_MISSING_FACTSTORE\" = \"false\" ]; then echo \"Missing Factstore is not allowed, exiting...\"; exit 1; else echo \"Missing Factstore is allowed, continuing...\"; touch /factstore ; fi fi ;; aarch64) if [ -f /factdb/factstore_server-linux-arm64 ]; then cp /factdb/factstore_server-linux-arm64 /factdb; else echo \"factstore_server-linux-arm64 not found.\" ; if [ \"$ALLOW_MISSING_FACTSTORE\" = \"false\" ]; then echo \"Missing Factstore is not allowed, exiting...\"; exit 1; else echo \"Missing Factstore is allowed, continuing...\"; touch /factstore ; fi fi ;; *) echo \"Unknown architecture.\" ; exit 1 ; ;; esac ; fi" did not complete successfully: exit code: 1