chore(build): add dev branch to build workflow - include 'dev' branch to trigger builds alongside 'beta' docs(README): update binary download links to dev builds - change links to point to nightly builds for development binaries
This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'beta'
|
||||
- 'dev'
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
|
||||
@@ -180,23 +180,23 @@ Ultimate camera streaming application with support for dozens formats and protoc
|
||||
|
||||
### go2rtc: Binary
|
||||
|
||||
Download binary for your OS from [latest release](https://github.com/AlexxIT/go2rtc/releases/):
|
||||
Download dev binary for your OS from [latest dev build](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev):
|
||||
|
||||
| name | description |
|
||||
|-----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [go2rtc_win64.zip](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_win64.zip) | Windows 10+ 64-bit |
|
||||
| [go2rtc_win32.zip](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_win32.zip) | Windows 10+ 32-bit |
|
||||
| [go2rtc_win_arm64.zip](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_win_arm64.zip) | Windows ARM 64-bit |
|
||||
| [go2rtc_linux_amd64](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_linux_amd64) | Linux 64-bit |
|
||||
| [go2rtc_linux_i386](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_linux_i386) | Linux 32-bit |
|
||||
| [go2rtc_linux_arm64](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_linux_arm64) | Linux ARM 64-bit (ex. Raspberry 64-bit OS) |
|
||||
| [go2rtc_linux_arm](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_linux_arm) | Linux ARM 32-bit (ex. Raspberry 32-bit OS) |
|
||||
| [go2rtc_linux_armv6](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_linux_armv6) | Linux ARMv6 (for old Raspberry 1 and Zero) |
|
||||
| [go2rtc_linux_mipsel](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_linux_mipsel) | Linux MIPS (ex. [Xiaomi Gateway 3](https://github.com/AlexxIT/XiaomiGateway3), [Wyze cameras](https://github.com/gtxaspec/wz_mini_hacks)) |
|
||||
| [go2rtc_mac_amd64.zip](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_mac_amd64.zip) | macOS 11+ Intel 64-bit |
|
||||
| [go2rtc_mac_arm64.zip](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_mac_arm64.zip) | macOS ARM 64-bit |
|
||||
| [go2rtc_freebsd_amd64.zip](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_freebsd_amd64.zip) | FreeBSD 64-bit |
|
||||
| [go2rtc_freebsd_arm64.zip](https://github.com/AlexxIT/go2rtc/releases/latest/download/go2rtc_freebsd_arm64.zip) | FreeBSD ARM 64-bit |
|
||||
| name | description |
|
||||
|---------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| [go2rtc_win64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_win64.zip) | Windows 10+ 64-bit |
|
||||
| [go2rtc_win32.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_win32.zip) | Windows 10+ 32-bit |
|
||||
| [go2rtc_win_arm64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_win_arm64.zip) | Windows ARM 64-bit |
|
||||
| [go2rtc_linux_amd64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_linux_amd64.zip) | Linux 64-bit |
|
||||
| [go2rtc_linux_i386.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_linux_i386.zip) | Linux 32-bit |
|
||||
| [go2rtc_linux_arm64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_linux_arm64.zip) | Linux ARM 64-bit (ex. Raspberry 64-bit OS) |
|
||||
| [go2rtc_linux_arm.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_linux_arm.zip) | Linux ARM 32-bit (ex. Raspberry 32-bit OS) |
|
||||
| [go2rtc_linux_armv6.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_linux_armv6.zip) | Linux ARMv6 (for old Raspberry 1 and Zero) |
|
||||
| [go2rtc_linux_mipsel.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_linux_mipsel.zip) | Linux MIPS (ex. [Xiaomi Gateway 3](https://github.com/AlexxIT/XiaomiGateway3), [Wyze cameras](https://github.com/gtxaspec/wz_mini_hacks)) |
|
||||
| [go2rtc_mac_amd64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_mac_amd64.zip) | macOS 11+ Intel 64-bit |
|
||||
| [go2rtc_mac_arm64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_mac_arm64.zip) | macOS ARM 64-bit |
|
||||
| [go2rtc_freebsd_amd64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_freebsd_amd64.zip) | FreeBSD 64-bit |
|
||||
| [go2rtc_freebsd_arm64.zip](https://nightly.link/AlexxIT/go2rtc/workflows/build/dev/go2rtc_freebsd_arm64.zip) | FreeBSD ARM 64-bit |
|
||||
|
||||
Don't forget to fix the rights `chmod +x go2rtc_xxx_xxx` on Linux and Mac.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user