File tree Expand file tree Collapse file tree 5 files changed +81
-1
lines changed Expand file tree Collapse file tree 5 files changed +81
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Build MinGW FFmpeg using MSYS2 toolchain
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+ inputs :
7+ mingw_packages_branch :
8+ description : " MINGW-packages branch to build"
9+ type : string
10+ required : false
11+ default : " woarm64"
12+
13+ jobs :
14+ mingw-w64-ffmpeg :
15+ uses : ./.github/workflows/build-package.yml
16+ with :
17+ package_name : mingw-w64-ffmpeg
18+ packages_repository : Windows-on-ARM-Experiments/MINGW-packages
19+ packages_branch : ${{ github.event.inputs.mingw_packages_branch || 'woarm64' }}
20+ cross_compile : true
Original file line number Diff line number Diff line change 1+ name : Build MinGW libjpeg-turbo using MSYS2 toolchain
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+ inputs :
7+ mingw_packages_branch :
8+ description : " MINGW-packages branch to build"
9+ type : string
10+ required : false
11+ default : " woarm64"
12+
13+ jobs :
14+ mingw-w64-libjpeg-turbo :
15+ uses : ./.github/workflows/build-package.yml
16+ with :
17+ package_name : mingw-w64-libjpeg-turbo
18+ packages_repository : Windows-on-ARM-Experiments/MINGW-packages
19+ packages_branch : ${{ github.event.inputs.mingw_packages_branch || 'woarm64' }}
20+ cross_compile : true
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- pull_request :
87 workflow_dispatch :
98 inputs :
109 msys2_packages_branch :
Original file line number Diff line number Diff line change 1+ name : Build MinGW OpenBLAS using MSYS2 toolchain
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+ inputs :
7+ mingw_packages_branch :
8+ description : " MINGW-packages branch to build"
9+ type : string
10+ required : false
11+ default : " woarm64"
12+
13+ jobs :
14+ mingw-w64-openblas :
15+ uses : ./.github/workflows/build-package.yml
16+ with :
17+ package_name : mingw-w64-openblas
18+ packages_repository : Windows-on-ARM-Experiments/MINGW-packages
19+ packages_branch : ${{ github.event.inputs.mingw_packages_branch || 'woarm64' }}
20+ cross_compile : true
Original file line number Diff line number Diff line change 1+ name : Build MinGW OpenSSL using MSYS2 toolchain
2+
3+ on :
4+ pull_request :
5+ workflow_dispatch :
6+ inputs :
7+ mingw_packages_branch :
8+ description : " MINGW-packages branch to build"
9+ type : string
10+ required : false
11+ default : " woarm64"
12+
13+ jobs :
14+ mingw-w64-openssl :
15+ uses : ./.github/workflows/build-package.yml
16+ with :
17+ package_name : mingw-w64-openssl
18+ packages_repository : Windows-on-ARM-Experiments/MINGW-packages
19+ packages_branch : ${{ github.event.inputs.mingw_packages_branch || 'woarm64' }}
20+ dependencies : mingw-w64-cross-zlib
21+ cross_compile : true
You can’t perform that action at this time.
0 commit comments