From c2cd1331b7223d550dcb46ee386c07b8b6e4bc77 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 25 Oct 2023 10:20:48 +0200 Subject: [PATCH] Correctly set the docker image for `x86-64_musl`. Use the same strategy that for `CI` workflow: - By default use a target with `image_variant` to `focal` - Add include for other image_variant. --- .github/workflows/releaseNigthly.yml | 37 ++-------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/.github/workflows/releaseNigthly.yml b/.github/workflows/releaseNigthly.yml index d2c4b1e2..19b647d2 100644 --- a/.github/workflows/releaseNigthly.yml +++ b/.github/workflows/releaseNigthly.yml @@ -14,6 +14,7 @@ jobs: matrix: target: - native_static + - native_mixed - native_dyn - wasm - armv6_static @@ -26,53 +27,19 @@ jobs: - aarch64_musl_mixed - x86-64_musl_static - x86-64_musl_mixed - - win32_static - i586_static - android_arm - android_arm64 - android_x86 - android_x86_64 + image_variant: ['focal'] include: - - target: native_static - image_variant: focal - - target: native_dyn - image_variant: focal - - target: native_mixed - image_variant: focal - target: native_mixed 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 image_variant: bionic - - target: aarch64_musl_static - image_variant: focal - - target: aarch64_musl_mixed - image_variant: focal - target: win32_static 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: HOME: /home/runner SSH_KEY: /tmp/id_rsa