v2.3.2 #15

Merged
blizzardfinnegan merged 32 commits from devel into stable 2023-06-23 13:59:06 -04:00
Showing only changes of commit b78e6bb278 - Show all commits

View file

@ -1,9 +1,9 @@
pipeline:
build:
image: rust:bookworm
image: nixos/nix:latest
commands:
- nix-shell
- cargo check
- apt update && apt install -y lld
- cargo build --release --target aarch64-unknown-linux-musl
publish:
image: woodpeckerci/plugin-gitea-release