mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-08-03 19:36:00 -04:00
Remove Windows binaries cross-compile from CI
This commit is contained in:
parent
84faf9c09e
commit
f0a8643603
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -60,8 +60,6 @@ jobs:
|
|||||||
target:
|
target:
|
||||||
- linux-x86_64-static
|
- linux-x86_64-static
|
||||||
- linux-x86_64-dyn
|
- linux-x86_64-dyn
|
||||||
- win32-static
|
|
||||||
- win32-dyn
|
|
||||||
include:
|
include:
|
||||||
- target: linux-x86_64-static
|
- target: linux-x86_64-static
|
||||||
image_variant: focal
|
image_variant: focal
|
||||||
@ -71,14 +69,6 @@ jobs:
|
|||||||
image_variant: focal
|
image_variant: focal
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
arch_name: linux-x86_64
|
arch_name: linux-x86_64
|
||||||
- target: win32-static
|
|
||||||
image_variant: f35
|
|
||||||
lib_postfix: '64'
|
|
||||||
arch_name: i686-w64-mingw32
|
|
||||||
- target: win32-dyn
|
|
||||||
image_variant: f35
|
|
||||||
lib_postfix: '64'
|
|
||||||
arch_name: i686-w64-mingw32
|
|
||||||
env:
|
env:
|
||||||
HOME: /home/runner
|
HOME: /home/runner
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user