Add branch-specific build badge
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Blizzard Finnegan 2023-06-22 10:27:24 -04:00
parent b95fb2713a
commit c7b99764e1
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@ pipeline:
image: nixos/nix:latest image: nixos/nix:latest
commands: commands:
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl' - nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
when:
platform: linux/arm*
publish: publish:
when: when:
event: tag event: tag

View file

@ -1,4 +1,4 @@
[![status-badge](https://ci.blizzard.systems/api/badges/blizzardfinnegan/seymourLifeRust/status.svg)](https://ci.blizzard.systems/blizzardfinnegan/seymourLifeRust) [![status-badge](https://ci.blizzard.systems/api/badges/blizzardfinnegan/seymourLifeRust/status.svg?branch=devel)](https://ci.blizzard.systems/blizzardfinnegan/seymourLifeRust)
# Seymour Life # Seymour Life
This is a personal/professional project, which makes use of serial communications (tty over USB via UART) and Raspberry Pi GPIO to simulate long term use of a Seymour device. This is a personal/professional project, which makes use of serial communications (tty over USB via UART) and Raspberry Pi GPIO to simulate long term use of a Seymour device.