diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 82b8d1e..e9299c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 76fb5f9..09a6ff1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 diff --git a/README.md b/README.md index 492817d..54ebe8b 100644 --- a/README.md +++ b/README.md @@ -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.