|
18 | 18 | default: false
|
19 | 19 | required: false
|
20 | 20 | schedule:
|
21 |
| - - cron: '0 12 * * *' |
| 21 | + - cron: '00 17 * * *' |
22 | 22 |
|
23 | 23 | env:
|
24 | 24 | DOCKER_BUILDKIT: 1
|
|
31 | 31 | steps:
|
32 | 32 | - name: Repo Check
|
33 | 33 | run: |
|
34 |
| - if [[ "$GITHUB_REPOSITORY" != "BtbN/FFmpeg-Builds" ]]; then |
| 34 | + if [[ "$GITHUB_REPOSITORY" != "siriume/FFmpeg-Builds" ]]; then |
35 | 35 | echo "When forking this repository to make your own builds, you have to adjust this check."
|
36 | 36 | echo "When doing so make sure to randomize the scheduled cron time above, in order to spread out the various build times as much as possible."
|
37 | 37 | echo "This has been put in place due to the enormous amounts of traffic hundreds/thousands of parallel builds can cause on external infrastructure."
|
@@ -165,8 +165,17 @@ jobs:
|
165 | 165 | strategy:
|
166 | 166 | fail-fast: false
|
167 | 167 | matrix:
|
168 |
| - target: [win64,linux64,linuxarm64] |
169 |
| - variant: [gpl,lgpl,gpl 5.1,gpl 6.1,gpl 7.1,lgpl 5.1,lgpl 6.1,lgpl 7.1,gpl-shared,lgpl-shared,gpl-shared 5.1,gpl-shared 6.1,gpl-shared 7.1,lgpl-shared 5.1,lgpl-shared 6.1,lgpl-shared 7.1] |
| 168 | + target: [win64,linux64] |
| 169 | + variant: [gpl,gpl 6.1,gpl 7.0,gpl 7.1,gpl-shared,gpl-shared 6.1,gpl-shared 7.0,gpl-shared 7.1] |
| 170 | + include: |
| 171 | + - target: linuxarm64 |
| 172 | + variant: gpl |
| 173 | + - target: linuxarm64 |
| 174 | + variant: gpl 7.1 |
| 175 | + - target: linuxarm64 |
| 176 | + variant: gpl-shared |
| 177 | + - target: linuxarm64 |
| 178 | + variant: gpl-shared 7.1 |
170 | 179 | steps:
|
171 | 180 | - name: Free Disk-Space
|
172 | 181 | run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
|
@@ -230,8 +239,17 @@ jobs:
|
230 | 239 | strategy:
|
231 | 240 | fail-fast: false
|
232 | 241 | matrix:
|
233 |
| - target: [win64,linux64,linuxarm64] |
234 |
| - variant: [gpl,lgpl,gpl 5.1,gpl 6.1,gpl 7.1,lgpl 5.1,lgpl 6.1,lgpl 7.1,gpl-shared,lgpl-shared,gpl-shared 5.1,gpl-shared 6.1,gpl-shared 7.1,lgpl-shared 5.1,lgpl-shared 6.1,lgpl-shared 7.1] |
| 242 | + target: [win64,linux64] |
| 243 | + variant: [gpl,gpl 6.1,gpl 7.0,gpl 7.1,gpl-shared,gpl-shared 6.1,gpl-shared 7.0,gpl-shared 7.1] |
| 244 | + include: |
| 245 | + - target: linuxarm64 |
| 246 | + variant: gpl |
| 247 | + - target: linuxarm64 |
| 248 | + variant: gpl 7.1 |
| 249 | + - target: linuxarm64 |
| 250 | + variant: gpl-shared |
| 251 | + - target: linuxarm64 |
| 252 | + variant: gpl-shared 7.1 |
235 | 253 | steps:
|
236 | 254 | - name: Free Disk-Space
|
237 | 255 | run: df -h && sudo apt-get clean && docker system prune -a -f && sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc && df -h
|
|
0 commit comments