From ad4effd42587bf9ccbee153c2aee7b9727026bcc Mon Sep 17 00:00:00 2001 From: Radiicall Date: Fri, 2 May 2025 13:50:06 +0200 Subject: [PATCH] ci: specify path for tee since the command wasnt found I have no idea how this even happened, it should be included in the image --- .woodpecker/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/build-and-publish.yml b/.woodpecker/build-and-publish.yml index a18dbbb..137586d 100644 --- a/.woodpecker/build-and-publish.yml +++ b/.woodpecker/build-and-publish.yml @@ -17,7 +17,7 @@ steps: - echo \ "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \ $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \ - tee /etc/apt/sources.list.d/docker.list > /dev/null + /usr/bin/tee /etc/apt/sources.list.d/docker.list > /dev/null - apt-get update && apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin - CROSS_CONTAINER_IN_CONTAINER=true cargo install -f cross - CROSS_CONTAINER_IN_CONTAINER=true cross build --target=aarch64-unknown-linux-gnu --release