X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/4dfd8d3dd6d0e5835085781b98d2bb542ff4a6bb..57351e3349ace090ea14b7814b84e5297e917770:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 4c077dd..2caadd7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,6 @@ build: prepare release: rpm tar @$(eval filename := $(app_name)-$(target)-$(channel)) rsync -avz $(filename).tar.gz deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name) - rsync -avz $(filename).asc deploy@conchos.unlimited.pizza:/srv/http/build.r.bdr.sh/$(app_name) $(architectures): ifneq ($(channel),) @@ -27,11 +26,11 @@ else endif rpm: build + cargo generate-rpm --profile $(profile) --target $(target) tar: build @$(eval filename := $(app_name)-$(target)-$(channel)) tar -czvf $(filename).tar.gz -C target/$(target)/$(profile)/ $(app_name) - gpg --armor --output $(filename).asc --detach-sig $(filename).tar.gz package: $(architectures)