mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 04:25:38 -04:00
Update CI workflows
Update CI to build on native_mixed bionic and build the bionic docker image.
This commit is contained in:
parent
c55a96678e
commit
7a0f490e00
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
|||||||
image_variant: ['focal']
|
image_variant: ['focal']
|
||||||
lib_postfix: ['/x86_64-linux-gnu']
|
lib_postfix: ['/x86_64-linux-gnu']
|
||||||
include:
|
include:
|
||||||
|
- target: native_mixed
|
||||||
|
image_variant: bionic
|
||||||
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
- target: win32_static
|
- target: win32_static
|
||||||
image_variant: f35
|
image_variant: f35
|
||||||
lib_postfix: '64'
|
lib_postfix: '64'
|
||||||
|
2
.github/workflows/container_images.yml
vendored
2
.github/workflows/container_images.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
variant: [f35, focal, alpine]
|
variant: [f35, focal, bionic, alpine]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
3
.github/workflows/releaseNigthly.yml
vendored
3
.github/workflows/releaseNigthly.yml
vendored
@ -38,6 +38,9 @@ jobs:
|
|||||||
- target: native_mixed
|
- target: native_mixed
|
||||||
image_variant: focal
|
image_variant: focal
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
|
- target: native_mixed
|
||||||
|
image_variant: bionic
|
||||||
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
- target: native_desktop
|
- target: native_desktop
|
||||||
image_variant: focal
|
image_variant: focal
|
||||||
lib_postfix: '/x86_64-linux-gnu'
|
lib_postfix: '/x86_64-linux-gnu'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user