Skip to content

Commit

Permalink
Correctly set the docker image for x86-64_musl.
Browse files Browse the repository at this point in the history
Use the same strategy that for `CI` workflow:
- By default use a target with `image_variant` to `focal`
- Add include for other image_variant.
  • Loading branch information
mgautierfr committed Oct 25, 2023
1 parent d8757c3 commit c2cd133
Showing 1 changed file with 2 additions and 35 deletions.
37 changes: 2 additions & 35 deletions .github/workflows/releaseNigthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
target:
- native_static
- native_mixed
- native_dyn
- wasm
- armv6_static
Expand All @@ -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
Expand Down

0 comments on commit c2cd133

Please sign in to comment.