ci: specify path for tee since the command wasnt found
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed

I have no idea how this even happened, it should be included in the image
This commit is contained in:
Radical 2025-05-02 13:50:06 +02:00
parent f020345e8a
commit ad4effd425

View file

@ -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