Compare commits

...

1 Commits

Author SHA1 Message Date
21e1bb2173 See if can build for linux
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-04-22 15:42:28 +00:00

View File

@ -6,7 +6,7 @@ pipeline:
commands:
- cd cli
- rustup target add x86_64-apple-darwin
- cargo build --release --target x86_64-apple-darwin
- cargo build --release --target x86_64-unknown-linux-gnu
buildApi:
group: build