mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
Update Makefile
Add cross-platform support for macos in Makefile.
This commit is contained in:
parent
fb799326dc
commit
84fc45fac0
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue