mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-10 00:18:22 +00:00
Merge pull request #4 from CaiJingLong/patch-1
Add cross-platform support for macos
This commit is contained in:
commit
60275364a7
3
Makefile
3
Makefile
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user