Skip to content

Commit

Permalink
ci: add arm64 for gpl build. update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Aug 9, 2024
1 parent fed105e commit 79e7d99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_gpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
set HOME=%CD%
set FFSRC=%CD%\ffmpeg-%FF_VERSION%
set BUILD_NOW=true
tools\vcbuild.bat VS2022 %TARGET_OS%10 x64
tools\vcbuild.bat VS2022 %TARGET_OS%10 all
- name: Make SDK
shell: cmd
run: |
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
export FFSRC=$PWD/ffmpeg-${FF_VERSION}
export WindowsSdkDir=${WINDOWSSDKDIR}
export WindowsSDKVersion=$(cat ${WINDOWSSDKDIR}/.version)
USE_TOOLCHAIN=clang-${LLVM_VER:-$LLVM_VER_DEFAULT} ./avbuild.sh $TARGET_OS x64
USE_TOOLCHAIN=clang-${LLVM_VER:-$LLVM_VER_DEFAULT} ./avbuild.sh $TARGET_OS "x64 arm64"
- name: Make SDK
shell: bash
run: |
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
run: |
export FFSRC=$PWD/ffmpeg-${FF_VERSION}
export SYSROOT=/tmp/sysroot
USE_TOOLCHAIN=clang-${LLVM_VER:-$LLVM_VER_DEFAULT} ./avbuild.sh linux "amd64"
USE_TOOLCHAIN=clang-${LLVM_VER:-$LLVM_VER_DEFAULT} ./avbuild.sh linux "amd64 arm64"
- name: Make SDK
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion tools/gas-preprocessor

0 comments on commit 79e7d99

Please sign in to comment.