adds platform
Some checks reported errors
continuous-integration/drone/push Build was killed

Signed-off-by: Jochen maes <jochen@sejo-it.be>
This commit is contained in:
Jochen Maes 2023-10-21 10:09:08 +02:00
parent 5e60b7fcff
commit ac366da316

View File

@ -1,10 +1,17 @@
---
kind: pipeline
type: docker
name: default
name: mouse-amd64
platform:
arch: amd64
steps:
- name: test
image: rust:1.73
commands:
- cargo test
- name: compile
image: rust:1.73
commands:
- cargo build --target x86_64-unknown-linux-gnu