Skip to content

make platform specific sops #4

make platform specific sops

make platform specific sops #4

Triggered via push July 31, 2024 07:29
Status Failure
Total duration 2m 11s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then echo \"Performing actions specific to AMD64\"; curl -LO https://github.com/getsops/sops/releases/download/v3.9.0/sops-v3.9.0.linux.amd64 && mv sops-v3.9.0.linux.amd64 /usr/bin/sops && chmod +x /usr/bin/sops elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then echo \"Performing actions specific to ARM64\"; curl -LO https://github.com/getsops/sops/releases/download/v3.9.0/sops-v3.9.0.linux.arm64 && mv sops-v3.9.0.linux.arm64 /usr/bin/sops && chmod +x /usr/bin/sops else echo \"Unknown platform\"; fi" did not complete successfully: exit code: 2
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/