|
14 | 14 | default: false
|
15 | 15 | required: false
|
16 | 16 | schedule:
|
17 |
| - - cron: '42 13 * * *' |
| 17 | + - cron: "30 1 1,15 * *" |
18 | 18 |
|
19 | 19 | env:
|
20 | 20 | DOCKER_BUILDKIT: 1
|
|
27 | 27 | steps:
|
28 | 28 | - name: Repo Check
|
29 | 29 | run: |
|
30 |
| - if [[ "$GITHUB_REPOSITORY" != "yt-dlp/FFmpeg-Builds" ]]; then |
| 30 | + if [[ "$GITHUB_REPOSITORY" != "r52/FFmpeg-Builds" ]]; then |
31 | 31 | echo "When forking this repository to make your own builds, you have to adjust this check."
|
32 | 32 | 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."
|
33 | 33 | echo "This has been put in place due to the enormous amounts of traffic hundreds/thousands of parallel builds can cause on external infrastructure."
|
@@ -113,7 +113,7 @@ jobs:
|
113 | 113 | strategy:
|
114 | 114 | fail-fast: false
|
115 | 115 | matrix:
|
116 |
| - target: [win32,win64,winarm64,linux64,linuxarm64] |
| 116 | + target: [win64] |
117 | 117 | steps:
|
118 | 118 | - name: Free Disk-Space
|
119 | 119 | 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
|
@@ -168,17 +168,8 @@ jobs:
|
168 | 168 | strategy:
|
169 | 169 | fail-fast: false
|
170 | 170 | matrix:
|
171 |
| - target: [win32,win64,winarm64] |
| 171 | + target: [win64] |
172 | 172 | variant: [gpl,gpl 7.1,gpl-shared,gpl-shared 7.1]
|
173 |
| - include: |
174 |
| - - target: linux64 |
175 |
| - variant: gpl |
176 |
| - - target: linux64 |
177 |
| - variant: gpl 7.1 |
178 |
| - - target: linuxarm64 |
179 |
| - variant: gpl |
180 |
| - - target: linuxarm64 |
181 |
| - variant: gpl 7.1 |
182 | 173 | steps:
|
183 | 174 | - name: Free Disk-Space
|
184 | 175 | 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
|
@@ -242,17 +233,8 @@ jobs:
|
242 | 233 | strategy:
|
243 | 234 | fail-fast: false
|
244 | 235 | matrix:
|
245 |
| - target: [win32,win64,winarm64] |
| 236 | + target: [win64] |
246 | 237 | variant: [gpl,gpl 7.1,gpl-shared,gpl-shared 7.1]
|
247 |
| - include: |
248 |
| - - target: linux64 |
249 |
| - variant: gpl |
250 |
| - - target: linux64 |
251 |
| - variant: gpl 7.1 |
252 |
| - - target: linuxarm64 |
253 |
| - variant: gpl |
254 |
| - - target: linuxarm64 |
255 |
| - variant: gpl 7.1 |
256 | 238 | steps:
|
257 | 239 | - name: Free Disk-Space
|
258 | 240 | 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
|
@@ -323,10 +305,6 @@ jobs:
|
323 | 305 | gh release create "$TAGNAME" --target "master" --title "$NAME" latest_artifacts/*
|
324 | 306 | env:
|
325 | 307 | GITHUB_TOKEN: ${{ github.token }}
|
326 |
| - - name: Update Wiki |
327 |
| - run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }} |
328 |
| - env: |
329 |
| - GITHUB_TOKEN: ${{ github.token }} |
330 | 308 | - name: Prune old releases
|
331 | 309 | run: ./util/prunetags.sh
|
332 | 310 | env:
|
|
0 commit comments