Merge pull request #641 from kiwix/fix_ci_docker_image
Correctly set the docker image for `x86-64_musl`.
This commit is contained in:
commit
078dfa0c45
|
@ -14,6 +14,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
target:
|
target:
|
||||||
- native_static
|
- native_static
|
||||||
|
- native_mixed
|
||||||
- native_dyn
|
- native_dyn
|
||||||
- wasm
|
- wasm
|
||||||
- armv6_static
|
- armv6_static
|
||||||
|
@ -26,53 +27,19 @@ jobs:
|
||||||
- aarch64_musl_mixed
|
- aarch64_musl_mixed
|
||||||
- x86-64_musl_static
|
- x86-64_musl_static
|
||||||
- x86-64_musl_mixed
|
- x86-64_musl_mixed
|
||||||
- win32_static
|
|
||||||
- i586_static
|
- i586_static
|
||||||
- android_arm
|
- android_arm
|
||||||
- android_arm64
|
- android_arm64
|
||||||
- android_x86
|
- android_x86
|
||||||
- android_x86_64
|
- android_x86_64
|
||||||
|
image_variant: ['focal']
|
||||||
include:
|
include:
|
||||||
- target: native_static
|
|
||||||
image_variant: focal
|
|
||||||
- target: native_dyn
|
|
||||||
image_variant: focal
|
|
||||||
- target: native_mixed
|
|
||||||
image_variant: focal
|
|
||||||
- target: native_mixed
|
- target: native_mixed
|
||||||
image_variant: bionic
|
image_variant: bionic
|
||||||
- target: wasm
|
|
||||||
image_variant: focal
|
|
||||||
- target: armv6_static
|
|
||||||
image_variant: focal
|
|
||||||
- target: armv6_mixed
|
|
||||||
image_variant: focal
|
|
||||||
- target: armv8_static
|
|
||||||
image_variant: focal
|
|
||||||
- target: armv8_mixed
|
|
||||||
image_variant: focal
|
|
||||||
- target: aarch64_static
|
|
||||||
image_variant: focal
|
|
||||||
- target: aarch64_mixed
|
|
||||||
image_variant: focal
|
|
||||||
- target: aarch64_mixed
|
- target: aarch64_mixed
|
||||||
image_variant: bionic
|
image_variant: bionic
|
||||||
- target: aarch64_musl_static
|
|
||||||
image_variant: focal
|
|
||||||
- target: aarch64_musl_mixed
|
|
||||||
image_variant: focal
|
|
||||||
- target: win32_static
|
- target: win32_static
|
||||||
image_variant: f35
|
image_variant: f35
|
||||||
- target: i586_static
|
|
||||||
image_variant: focal
|
|
||||||
- target: android_arm
|
|
||||||
image_variant: focal
|
|
||||||
- target: android_arm64
|
|
||||||
image_variant: focal
|
|
||||||
- target: android_x86
|
|
||||||
image_variant: focal
|
|
||||||
- target: android_x86_64
|
|
||||||
image_variant: focal
|
|
||||||
env:
|
env:
|
||||||
HOME: /home/runner
|
HOME: /home/runner
|
||||||
SSH_KEY: /tmp/id_rsa
|
SSH_KEY: /tmp/id_rsa
|
||||||
|
|
Loading…
Reference in New Issue