diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f52a0765ff..285b31f57a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ on: default: false required: false schedule: - - cron: '0 12 * * *' + - cron: '0 6 * * 0' env: DOCKER_BUILDKIT: 1 @@ -31,7 +31,7 @@ jobs: steps: - name: Repo Check run: | - if [[ "$GITHUB_REPOSITORY" != "BtbN/FFmpeg-Builds" ]]; then + if [[ "$GITHUB_REPOSITORY" != "navidrome/ffmpeg-windows-builds" ]]; then echo "When forking this repository to make your own builds, you have to adjust this check." 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." echo "This has been put in place due to the enormous amounts of traffic hundreds/thousands of parallel builds can cause on external infrastructure." @@ -110,7 +110,7 @@ jobs: strategy: fail-fast: false matrix: - target: [win64,winarm64,linux64,linuxarm64] + target: [win64,win32] steps: - name: Free Disk-Space 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 @@ -165,8 +165,8 @@ jobs: strategy: fail-fast: false matrix: - target: [win64,linux64,linuxarm64] - 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] + target: [win64,win32] + variant: [gpl 7.1] steps: - name: Free Disk-Space 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 +230,8 @@ jobs: strategy: fail-fast: false matrix: - target: [win64,linux64,linuxarm64] - 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] + target: [win64,win32] + variant: [gpl 7.1] steps: - name: Free Disk-Space 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