From e0191756699bd39bdcabb45b9dcd2d263884cd3d Mon Sep 17 00:00:00 2001 From: dencoded <33698537+dencoded@users.noreply.github.com> Date: Thu, 27 Feb 2020 12:13:52 -0500 Subject: [PATCH] release removed from Makefile --- Makefile | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Makefile b/Makefile index 3bf5d13..8500769 100644 --- a/Makefile +++ b/Makefile @@ -23,22 +23,3 @@ build-raspberrypi: GOOS=linux GOARCH=arm GOARM=5 go build -v -o ./bin/indihub-agent-raspberrypi/indihub-agent ./ build-all: build-macos64 build-linux64 build-unix64 build-win64 build-win32 build-raspberrypi - -release: build-all - zip -r ./bin/indihub-agent-macos64.zip ./bin/indihub-agent-macos64 - openssl dgst -sha256 ./bin/indihub-agent-macos64.zip > ./bin/indihub-agent-macos64.sha256 - - tar czf ./bin/indihub-agent-linux64.tar.gz ./bin/indihub-agent-linux64 - openssl dgst -sha256 ./bin/indihub-agent-linux64.tar.gz > ./bin/indihub-agent-linux64.sha256 - - tar czf ./bin/indihub-agent-unix64.tar.gz ./bin/indihub-agent-unix64 - openssl dgst -sha256 ./bin/indihub-agent-unix64.tar.gz > ./bin/indihub-agent-unix64.sha256 - - zip -r ./bin/indihub-agent-win64.zip ./bin/indihub-agent-win64 - openssl dgst -sha256 ./bin/indihub-agent-win64.zip > ./bin/indihub-agent-win64.sha256 - - zip -r ./bin/indihub-agent-win32.zip ./bin/indihub-agent-win32 - openssl dgst -sha256 ./bin/indihub-agent-win32.zip > ./bin/indihub-agent-win32.sha256 - - tar czf ./bin/indihub-agent-raspberrypi.tar.gz ./bin/indihub-agent-raspberrypi - openssl dgst -sha256 ./bin/indihub-agent-raspberrypi.tar.gz > ./bin/indihub-agent-raspberrypi.sha256 \ No newline at end of file