Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
		| @@ -7,11 +7,12 @@ platfomr: | ||||
|  | ||||
| steps: | ||||
| - name: test | ||||
|   image: rust:1.62 | ||||
|   image: rust:1.62-alpine | ||||
|   volumes: | ||||
|   - name: dockersock | ||||
|     path: /var/run | ||||
|   commands: | ||||
|   - apk install docker | ||||
|   - cargo install cross --git https://github.com/cross-rs/cross | ||||
|   - cross build --release --target aarch64-unknown-linux-gnu | ||||
|   - ls -lahR target/ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user