Merge pull request #40 from brett-hodges/main-docs-update #49
Annotations
2 errors
The run was canceled by @brett-hodges.
|
Build and push base Kit container
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n\n [ -n \"$KIT_VERSION\" ] || { echo \"Build arg 'KIT_VERSION' is required\"; exit 1; }\n\n export ARCH=\"$(uname -m | sed 's|aarch64|arm64|g')\"\n\n echo \"Downloading CLI and checksums\"\n curl -fsSL \\\n -o kit.tar.gz \"https://github.com/jozu-ai/kitops/releases/download/$KIT_VERSION/kitops-linux-$ARCH.tar.gz\" \\\n -o checksums.txt \"https://github.com/jozu-ai/kitops/releases/download/$KIT_VERSION/kitops_${KIT_VERSION}_checksums.txt\" \\\n\n echo \"Checking SHA256 checksum\"\n CHECKSUM=$(cat checksums.txt | grep \"kitops-linux-$ARCH.tar.gz\" | cut -f 1 -d ' ')\n echo \"$CHECKSUM kit.tar.gz\" | sha256sum -c\n\n echo \"Extracting Kit CLI to $(pwd)/extracted/\"\n mkdir -p ./extracted\n tar -xzvf kit.tar.gz -C ./extracted/\n" did not complete successfully: exit code: 22
|
Loading