Enable Linux-Builds

This commit is contained in:
BtbN
2021-05-13 03:41:32 +02:00
parent 3d21025056
commit a92bb7a457
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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
+3
View File
@@ -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.