From 5ebcb8bac0a7662ccfc50b8798ae64f000abc053 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Wed, 7 Oct 2020 02:31:33 -0400 Subject: Add binary publishing workflow Add binary publishing workflow to existing dummy release workflow. Remove default branch reference from Makefile. Remove statically-linked build target from Makefile. Switch to build debug instead of build release for the merge workflow. --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a184963..2e62dd5 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,6 @@ install-local: build: fmt test cd $(MAKEPATH); cargo build -build-static: fmt test - @printf "Warning: gfold has deprecated this workflow.\n" - docker pull clux/muslrust - cd $(MAKEPATH); docker run -v $(MAKEPATH):/volume --rm -t clux/muslrust cargo build --release - build-release: fmt test cd $(MAKEPATH); cargo build --release @@ -42,7 +37,7 @@ tree: tag: cd $(MAKEPATH); git tag $(VERSION) - cd $(MAKEPATH); git push --tags origin master + cd $(MAKEPATH); git push --tags origin main fixme: @cd $(MAKEPATH); grep -r \ -- cgit v1.2.3