No updated compiles for a week+.
Barough opened this issue ยท 9 comments
Just wondering whats going on.
Any news regarding the Win32 builds
I made a fork and it seems to work...partially.
I made a fork and it seems to work...partially.
That's great :)
Any chance you could make it possible for us to post issues etc over at your fork?
I made a fork and it seems to work...partially.
https://github.com/defisym/FFmpeg-Builds-Win32That's great :) Any chance you could make it possible for us to post issues etc over at your fork?
seem that it's disabled for forks by default.
actually, I'm not familiar with actions and build scripts, simply followed the main repo.
@defisym That's really great, but latest ffmpeg version should be: v6.1
build_targets:
name: Build target-variant image
if: ${{ github.event.inputs.buildOnly != 'true' }}
needs: build_target_bases
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
target: [win32]
variant: [gpl,lgpl,gpl 4.4,gpl 5.1,gpl 6.0,lgpl 4.4,lgpl 5.1,lgpl 6.0,gpl-shared,lgpl-shared,gpl-shared 4.4,gpl-shared 5.1,gpl-shared 6.0,lgpl-shared 4.4,lgpl-shared 5.1,lgpl-shared 6.0]
cause it's not added into variant matrix
I'll try merging main repo to make sure it can build later
@defisym That's really great, but latest ffmpeg version should be: v6.1
@padixa
https://github.com/defisym/FFmpeg-Builds-Win32/actions/runs/8006583363
Updated the repo, and seems okay now.
Next scheduled build should include 6.1 variants