Live video on the AT Protocol
79
fork

Configure Feed

Select the types of activity you want to include in your feed.

clone over ssh

+13 -9
+6 -8
.gitlab-ci.yml
··· 384 384 script: 385 385 - make ci-deb-release 386 386 387 + deb-release: 388 + extends: 389 + - .release-template 390 + script: 391 + - make ci-homebrew 392 + 387 393 .report-status: 388 394 tags: 389 395 - tiny-job ··· 427 433 - .report-status 428 434 rules: 429 435 - when: on_failure 430 - 431 - homebrew-release: 432 - stage: build 433 - interruptible: true 434 - image: "$DOCKER_REPO:builder-$DOCKERFILE_HASH" 435 - timeout: 2 hours 436 - script: 437 - - CI_COMMIT_TAG=v0.7.11 STREAMPLACE_VERSION_OVERRIDE=v0.7.11 make ci-homebrew
+1 -1
Makefile
··· 817 817 $(MAKE) ci-download-file download_file=streamplace-$(VERSION)-linux-arm64.tar.gz 818 818 $(MAKE) ci-download-file download_file=streamplace-$(VERSION)-darwin-amd64.tar.gz 819 819 $(MAKE) ci-download-file download_file=streamplace-$(VERSION)-darwin-arm64.tar.gz 820 - git clone https://github.com/streamplace/homebrew-streamplace.git /tmp/homebrew-streamplace 820 + git clone git@github.com:streamplace/homebrew-streamplace.git /tmp/homebrew-streamplace 821 821 go run ./pkg/config/git/git.go -homebrew -o /tmp/homebrew-streamplace/Formula/streamplace.rb 822 822 823 823 .PHONY: ci-homebrew
+6
js/docs/src/content/docs/guides/installing/downloading-streamplace.md
··· 5 5 order: 20 6 6 --- 7 7 8 + ## macOS 9 + 10 + ```shell 11 + brew install streamplace/streamplace/streamplace 12 + ``` 13 + 8 14 ## Linux 9 15 10 16 We distribute two Linux packages for Streamplace: