ci: specify path for tee since the command wasnt found
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
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:
parent
f020345e8a
commit
ad4effd425
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ steps:
|
||||||
- echo \
|
- echo \
|
||||||
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/debian \
|
"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" | \
|
$(. /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
|
- 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 cargo install -f cross
|
||||||
- CROSS_CONTAINER_IN_CONTAINER=true cross build --target=aarch64-unknown-linux-gnu --release
|
- CROSS_CONTAINER_IN_CONTAINER=true cross build --target=aarch64-unknown-linux-gnu --release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue