diff --git a/.woodpecker.yml b/.woodpecker.yml index 943053b..381e99c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,3 +26,10 @@ pipeline: commands: - cd firmware/rust/ - cargo build --all-features + + build_release: + group: default + image: rust_avr + commands: + - cd firmware/rust/ + - cargo build --all-features --release