This commit is contained in:
parent
1820de55d5
commit
3cfa9e82ba
@ -17,9 +17,11 @@ steps:
|
||||
- mkdir -p /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
||||
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" >> /etc/apt/sources.list.d/docker.list
|
||||
- apt-get update && apt-get install -y docker-ce-cli
|
||||
- cargo install cross --git https://github.com/cross-rs/cross
|
||||
- cross build --release --target aarch64-unknown-linux-gnu
|
||||
- ls -lahR target/
|
||||
- docker info
|
||||
- docker image list
|
||||
# - cargo install cross --git https://github.com/cross-rs/cross
|
||||
# - cross build --release --target aarch64-unknown-linux-gnu
|
||||
# - ls -lahR target/
|
||||
|
||||
services:
|
||||
- name: docker
|
||||
|
Loading…
Reference in New Issue
Block a user