Build and Push PDP Docker Image #148
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
|