Skip to content

prevent unused files to end up in docker images #305

prevent unused files to end up in docker images

prevent unused files to end up in docker images #305

Triggered via pull request January 15, 2025 11:11
Status Failure
Total duration 4m 40s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<EOF bash\n set -ex\n\n apt-get update -q\n apt-get install -y --no-install-recommends \\\n ca-certificates \\\n curl \\\n libatomic1 \\\n usbutils\n\n pip3 install --no-cache-dir \\\n cffi==1.17.1 \\\n cryptography==42.0.8 \\\n esptool\n\n CLI_VERSION=\"3.29.1\"\n ARCH=\"$(dpkg --print-architecture)\"\n if [ \"\\${ARCH}\" = \"amd64\" ]; then\n CLI_ARCH=\"x64\"\n elif [ \"\\${ARCH}\" = \"armhf\" ]; then\n CLI_ARCH=\"arm\"\n elif [ \"\\${ARCH}\" = \"arm64\" ]; then\n CLI_ARCH=\"arm64\"\n fi\n\n curl -sSL \\\n -o ./particle.gz \\\n \"https://binaries.particle.io/particle-cli/\\${CLI_VERSION}/linux/\\${CLI_ARCH}/particle.gz\"\n gunzip ./particle.gz\n chmod +x ./particle\n mv ./particle /usr/local/bin/\n\n apt-get autoremove -y\n rm -rf /var/cache/apt/archives /var/lib/apt/lists\nEOF" did not complete successfully: exit code: 1