1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-12-13 14:33:21 +00:00

build: create RPM package (#57)

This commit is contained in:
2025-11-27 12:08:55 +01:00
committed by GitHub
parent c360c4d317
commit 5cc037a086
2 changed files with 9 additions and 4 deletions

View File

@@ -37,6 +37,10 @@ linux-package: linux-binary-x86_64
linux-deb: linux-binary-x86_64
cargo deb --no-build --strip --target=x86_64-unknown-linux-gnu --output=.
.PHONY: linux-rpm
linux-deb: linux-binary-x86_64
cargo generate-rpm --target=x86_64-unknown-linux-gnu --output=.
binary-all: win-binary-x86_64 linux-binary-x86_64
.PHONY: win-binary-x86_64