We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb79932 + 84fc45f commit 6027536Copy full SHA for 6027536
Makefile
@@ -77,6 +77,9 @@ release-nodocker:
77
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 $(GOBUILD) -o /tmp/rtsp-simple-server
78
tar -C /tmp -czf $(PWD)/release/rtsp-simple-server_$(VERSION)_linux_arm64.tar.gz --owner=0 --group=0 rtsp-simple-server
79
80
+ CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 $(GOBUILD) -o /tmp/rtsp-simple-server
81
+ tar -C /tmp -czf $(PWD)/release/rtsp-simple-server_$(VERSION)_darwin_amd64.tar.gz --owner=0 --group=0 rtsp-simple-server
82
+
83
travis-setup:
84
echo "FROM ruby:alpine \n\
85
RUN apk add --no-cache build-base git \n\
0 commit comments