Skip to content

Commit

Permalink
Release windows ffmpeg built with clang
Browse files Browse the repository at this point in the history
For better intrin perf in vf_tonemapx filter.

Signed-off-by: nyanmisaka <[email protected]>
  • Loading branch information
nyanmisaka committed Sep 9, 2024
1 parent a46e174 commit e01a551
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
deploy-user: ${{ secrets.REPO_USER }}
deploy-key: ${{ secrets.REPO_KEY }}

build_publish_windows_clang_portable:
uses: ./.github/workflows/_meta_win_clang_portable.yaml
with:
release: true
secrets:
deploy-host: ${{ secrets.REPO_HOST }}
deploy-user: ${{ secrets.REPO_USER }}
deploy-key: ${{ secrets.REPO_KEY }}

build_publish_linux_portable:
uses: ./.github/workflows/_meta_portable.yaml
with:
Expand Down

0 comments on commit e01a551

Please sign in to comment.