mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 11:29:52 +00:00
Switch release CI to build on Linux (#827)
Also disabled .deb generation since it doesn't add much value in addition to the binary builds.
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -12,7 +12,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: macos-12
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Fetch all tags
|
||||
|
||||
Reference in New Issue
Block a user