This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user