Enable Linux-Builds
This commit is contained in:
parent
3d21025056
commit
a92bb7a457
3 changed files with 7 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
target: [win64,linux64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -70,7 +70,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
target: [win64,linux64]
|
||||
variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -107,7 +107,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
target: [win64,linux64]
|
||||
variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
target: [win64]
|
||||
target: [win64,linux64]
|
||||
variant: [gpl,lgpl,gpl 4.4,lgpl 4.4,gpl-shared,lgpl-shared,gpl-shared 4.4,lgpl-shared 4.4]
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
Static Windows Builds of ffmpeg master and latest release branch.
|
||||
|
||||
EXPERIMENTAL Linux-Builds. Do not expect everything to work on them, specially anything that involved loading dynamic libs at runtime.
|
||||
Shared Linux builds come without the programs (hopefully just for now), since they won't run without musl.
|
||||
|
||||
## Auto-Builds
|
||||
|
||||
Builds run daily at 12:00 UTC and are automatically released on success.
|
||||
|
|
Loading…
Reference in a new issue