Skip to content

Commit

Permalink
make an initial release
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Dowideit <sven.dowideit@csiro.au>
  • Loading branch information
Sven Dowideit committed Apr 21, 2021
1 parent fad59d0 commit 5071083
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ github-release: clean
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags '-w -extldflags "-static" $(BUILDSETTING)' -o cirrid
env GOOS=darwin GOARCH=amd64 go build -a -o cirrid-osx -ldflags="-s -w $(BUILDSETTING)"
# need to fix windows builds later
#env GOOS=windows GOARCH=amd64 go build -a -o cirrid.exe -ldflags="-s -w $(BUILDSETTING)"
# --attach "cirrid.exe#MS Windows amd64"

env GOOS=windows GOARCH=amd64 go build -a -o cirrid.exe -ldflags="-s -w $(BUILDSETTING)"

hub release create \
--draft \
--prerelease \
--commitish master \
--message "02 March 2021, cirrid logs -f, and ssh speedups." \
--message "021 April 2021, cirrid ona.im DNS shim for OSX and Linux." \
--attach "cirrid#Linux amd64" \
--attach "cirrid-osx#OS X amd64" \
--attach "cirrid.exe#Windows amd64" \
v0.$(BUILDTIME)

docker-release:
Expand Down

0 comments on commit 5071083

Please sign in to comment.