mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-04-24 22:57:07 -04:00
Cross compile windows on fedora 35.
This commit is contained in:
parent
01e8f92348
commit
cdf4dab0a5
3 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM fedora:31
|
||||
FROM fedora:35
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
ENV OS_NAME f31
|
||||
ENV OS_NAME f35
|
||||
|
||||
RUN dnf install -y --nodocs \
|
||||
# Base build tools
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
variant: [xenial, bionic, f31, focal]
|
||||
variant: [xenial, bionic, f35, focal]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -50,10 +50,10 @@ jobs:
|
|||
lib_postfix: ['/x86_64-linux-gnu']
|
||||
include:
|
||||
- target: win32_static
|
||||
image_variant: f31
|
||||
image_variant: f35
|
||||
lib_postfix: '64'
|
||||
- target: win32_dyn
|
||||
image_variant: f31
|
||||
image_variant: f35
|
||||
lib_postfix: '64'
|
||||
exclude:
|
||||
- target: native_desktop
|
||||
|
|
4
.github/workflows/releaseNigthly.yml
vendored
4
.github/workflows/releaseNigthly.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
variant: [xenial, bionic, f31, focal]
|
||||
variant: [xenial, bionic, f35, focal]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -62,7 +62,7 @@ jobs:
|
|||
image_variant: xenial
|
||||
lib_postfix: '/x86_64-linux-gnu'
|
||||
- target: win32_static
|
||||
image_variant: f31
|
||||
image_variant: f35
|
||||
lib_postfix: '64'
|
||||
- target: i586_static
|
||||
image_variant: xenial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue