Skip to content

Commit

Permalink
Merge pull request #4 from CaiJingLong/patch-1
Browse files Browse the repository at this point in the history
Add cross-platform support for macos
  • Loading branch information
aler9 authored Apr 16, 2020
2 parents fb79932 + 84fc45f commit 6027536
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ release-nodocker:
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(GOBUILD) -o /tmp/rtsp-simple-server
tar -C /tmp -czf $(PWD)/release/rtsp-simple-server_$(VERSION)_linux_arm64.tar.gz --owner=0 --group=0 rtsp-simple-server

CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 $(GOBUILD) -o /tmp/rtsp-simple-server
tar -C /tmp -czf $(PWD)/release/rtsp-simple-server_$(VERSION)_darwin_amd64.tar.gz --owner=0 --group=0 rtsp-simple-server

travis-setup:
echo "FROM ruby:alpine \n\
RUN apk add --no-cache build-base git \n\
Expand Down

0 comments on commit 6027536

Please sign in to comment.